Set<'T> Type
Instance members
Instance member |
Description
|
Full Usage:
this.Choose
Returns: 'T
|
The number of elements in the set.
|
Full Usage:
this.Count
Returns: int
|
Return the number of elements in the set.
|
Full Usage:
this.IsEmpty
Returns: bool
|
A useful shortcut for
|
Full Usage:
this.MaximumElement
Returns: 'T
|
Returns the highest element in the set according to the ordering being used for the set.
|
Full Usage:
this.MinimumElement
Returns: 'T
|
Returns the lowest element in the set according to the ordering being used for the set.
|