TNumber.Abs Method

Returns an absolute value of the number. For a complex number see more details in Abs().

If obj is of type TSystem then applies this method recursively to all elements of the system.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Abs()

Return Value

TNumber
Absolute value(s) of the number(s).

Exceptions

GeneralException Thrown if Type of obj is neither scalar nor TSystem.

See Also