Click or drag to resize

FloatComplex(Single, Single) Constructor

Constructs a FloatComplex instance with the specified real and imaginary parts.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplex(
	float real,
	float imag
)

Parameters

real  Single
The real part.
imag  Single
The imaginary part.
See Also