The value of the (x1, 1) point.

Namespace:  DotFuzzy
Assembly:  DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double X1 { get; set; }
Visual Basic (Declaration)
Public Property X1 As Double
Visual C++
public:
property double X1 {
	double get ();
	void set (double value);
}

See Also