Interval Type
Represents an integer interval.
Union cases
| Union case |
Description
|
Full Usage:
Interval(int, int)
Parameters:
int
Item2 : int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Left
Returns: int
|
|
Full Usage:
this.Right
Returns: int
|
|
FsCheck