ILNumerics Ultimate VS

complex  Conversion (complex to Single)

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 float (
	complex a
)

Parameters

a
Type: ILNumericscomplex
Complex value to cast

Return Value

Type: Single
number with the real part of a
Remarks

the return value is the result of a cast from double to float.

[ILNumerics Core Module]

See Also

Reference