Click or drag to resize

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)
Syntax
C#
public virtual T Abs(
	T x
)

Parameters

x
Type: T
The element to turn to absolute value.

Return Value

Type: T
x's absolute value.
See Also