Click or drag to resize

FloatComplexVectorFromPolar 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 FloatComplexVector FromPolar(
	FloatVector r,
	FloatVector theta
)

Parameters

r  FloatVector
The amplitudes.
theta  FloatVector
The angles.

Return Value

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