Click or drag to resize

NMathFunctionsArg(FloatComplexVector) Method

Returns a real vector whose values are the arguments of the corresponding complex vector entries.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatVector Arg(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
A complex vector.

Return Value

FloatVector
A new vector of arguments.
Remarks
w[i] = NMathFunctions.Arg(v[i])
See Also