TNumber.Im Method

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

Definition

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

Return Value

TNumber
The contained complex number(s) with real part set to zero.

Exceptions

See Also