ILNumerics.Net
Implicit Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexImplicit(Int64)
ILNumerics.Net - numeric computing for .NET
cast value to complex number
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator complex (
	long a
)
Public Shared Widening Operator CType ( _
	a As Long _
) As complex
static implicit operator complex (
	long long a
)
Parameters
a (Int64)
value to cast
Return Value
complex number with the real part having the same value as a and the imaginary part is 0.

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