Click or drag to resize

FieldWrapperTAbs Method

Get the absolute value of the element.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public FieldWrapper<T> Abs()

Return Value

Type: FieldWrapperT
val's absolute value.
See Also