Click or drag to resize

NMathFunctionsArg(DoubleComplexVector) 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 DoubleVector Arg(
	DoubleComplexVector v
)

Parameters

v  DoubleComplexVector
A complex vector.

Return Value

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