ILNumerics.Net
Implicit Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexImplicit(fcomplex)
ILNumerics.Net - numeric computing for .NET
cast value to complex number
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator complex (
	fcomplex a
)
Public Shared Widening Operator CType ( _
	a As fcomplex _
) As complex
static implicit operator complex (
	fcomplex a
)
Parameters
a (fcomplex)
value to cast
Return Value
complex number beeing a copy of the real and imaginary parts of a.

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