Click or drag to resize
Accord.NET (logo)

PiecewiseLinearFunctionLeftLimit Property

The leftmost x value of the membership function, given by the first (X,Y) coordinate.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public float LeftLimit { get; }
Request Example View Source

Property Value

Type: Single

Implements

IMembershipFunctionLeftLimit
Exceptions
ExceptionCondition
NullReferenceExceptionPoints of the membership function are not initialized.
See Also