The value of the (x3, 0) point.

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

Syntax

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

See Also