Click or drag to resize
Accord.NET (logo)

PiecewiseLinearFunctionRightLimit Property

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

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

Property Value

Type: Single

Implements

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