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