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