Click or drag to resize

Complex(Double) Constructor

Creates a new instance of the Complex structure.

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Complex(
	double Real
)

Parameters

Real  Double
The real part of the complex number
Remarks
The imaginary part will be set to zero.
See Also