Click or drag to resize

DoubleComplexVectorFromPolar Method

Returns a complex vector in Cartesian form from the supplied polar coordinates.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplexVector FromPolar(
	DoubleVector r,
	DoubleVector theta
)

Parameters

r  DoubleVector
The amplitudes.
theta  DoubleVector
The angles.

Return Value

DoubleComplexVector
A new DoubleComplexVector instance created from the supplied polar coordinates.
See Also