 | FieldTAbs Method |
Returns the absolute value of an element.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic virtual T Abs(
T x
)
Parameters
- x
- Type: T
The element to turn to absolute value.
Return Value
Type:
Tx's absolute value.
See Also