Interface IInterval
Interval.
public interface IInterval
Properties
EndpointTypes
The type of the endpoints of the interval.
IntervalEndpointTypes EndpointTypes { get; }
Property Value
IsExplicit
Whether the interval is explicit.
bool IsExplicit { get; }
Property Value
MaxValue
The maximum value.
object MaxValue { get; }
Property Value
MinValue
The minimum value.
object MinValue { get; }