Intersection Type
The result of an intersection-detecting operation.
Union cases
Union case | Description |
Full Usage:
Hit single
Parameters:
single
|
|
Full Usage:
Miss
|
Instance members
Instance member | Description |
Full Usage:
this.IsHit
Returns: bool
|
|
Full Usage:
this.IsMiss
Returns: bool
|
|
Static members
Static member | Description |
Full Usage:
Intersection.ofNullable intersection
Parameters:
Nullable<single>
Returns: Intersection
|