The value of the (x0, 0) point.

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

Syntax

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

See Also