Click or drag to resize
Accord.NET (logo)

SingletonFunctionLeftLimit Property

The leftmost x value of the membership function, the same value of the support.

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
See Also