The input value for the linguistic variable.

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

Syntax

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

See Also