Casts a real number to a DoubleComplex type.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	a As Double _
) As DoubleComplex
C#
public static implicit operatorDoubleComplex  (
	double a
)
C++
UnsupportedOperator_ManagedCPlusPlus

Parameters

a (System.Double)
A double-precision floating-point number.

Return Value

A DoubleComplex number with the same value as the real number.