Click or drag to resize

NMathFunctionsArg(DoubleVector) Method

Calculates the complex argument of a vector.

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

Parameters

v  DoubleVector
A vector.

Return Value

DoubleVector
Since there is no imaginary part, this method simply returns the given vector, v.
See Also