ILNumerics.Net
Explicit Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexExplicit(complex)
ILNumerics.Net - numeric computing for .NET
cast value from complex number
Declaration Syntax
C#Visual BasicVisual C++
public static explicit operator float (
	complex a
)
Public Shared Narrowing Operator CType ( _
	a As complex _
) As Single
static explicit operator float (
	complex a
)
Parameters
a (complex)
complex value to cast
Return Value
number with the real part of a
Remarks
the return value is the result of a cast from double to float.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)