TNumber.Re Method

Converts the contained value to complex number(s) and preserves only the real part of the result.

If the type of obj is TMatrix or TSystem then the operation is applied recursively to the elements.

Definition

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

Return Value

TNumber
Complex number(s) with imaginary part set to zero.

Exceptions

MathTypeCheckExceptionThrown unless finite real and imaginary parts can be determined.

See Also