Enum LinearRangeSpanKind
Identifies the shape of a LinearRangeSpan<T>.
public enum LinearRangeSpanKind
- Extension Methods
Fields
Closed = 3The span is closed; both
StartandEndare bounded.LeftBounded = 1The span is bounded only on the right; conceptually "everything ≤ End".
None = 0The span is empty; no option is selected.
RightBounded = 2The span is bounded only on the left; conceptually "everything ≥ Start".
Remarks
To represent the kind of range a LinearRange<T> currently holds, set the value via RangeKind.