Implicitly converts a floating point number into a FloatComplex instance. The imaginary part is set to 0.0.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static implicit operator FloatComplex (
	float real
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	real As Single _
) As FloatComplex
Visual C++
static implicit operator FloatComplex (
	float real
)

Parameters

real
Type: System..::.Single
The real part.

See Also