DiscreteIntervalLeftEndpoint Property |
Gets the minimum value on the interval.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int LeftEndpoint { get; }
Public ReadOnly Property LeftEndpoint As Integer
Get
public:
property int LeftEndpoint {
int get ();
}
member LeftEndpoint : int with get
Property Value
Type:
Int32See Also