ILNumerics Ultimate VS

complex  Conversion (complex to fcomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Cast value from complex number

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static explicit operator fcomplex (
	complex a
)

Parameters

a
Type: ILNumericscomplex
Complex value to cast

Return Value

Type: fcomplex
float complex number with the real and imaginary parts being a copy of a
Remarks

The real and imaginary parts are the result of a cast to float.

[ILNumerics Core Module]

See Also

Reference