 | FieldTDifference Method |
Get the difference between two elements.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic abstract T Difference(
T a,
T b
)
Parameters
- a
- Type: T
The minuend. - b
- Type: T
The subtrahend.
Return Value
Type:
TThe difference between
a and
b.
See Also