 | FieldTNegate Method |
Get the negative of an object.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic virtual T Negate(
T x
)
Parameters
- x
- Type: T
The number to negate.
Return Value
Type:
TThe negative value of
x.
See Also