Struct Complex
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct Complex
Constructors
Complex(double, double)
Declaration
public Complex(double Real, double Imag)
Parameters
Type | Name | Description |
---|---|---|
double | Real | |
double | Imag |
Fields
Imag
Declaration
public double Imag
Field Value
Type | Description |
---|---|
double |
Real
Declaration
public double Real
Field Value
Type | Description |
---|---|
double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |