TComplex.Abs Method

Returns the absolute value of the complex number, i.e. the Euclidean distance of its corresponding point in the complex plane from the origin

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 of the complex number.

Exceptions

GeneralExceptionThrown if units of Re and Im do not match.

See Also