Click or drag to resize

NMathFunctionsArg(FloatVector) Method

Calculates the complex argument of a vector.

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

Parameters

v  FloatVector
A vector.

Return Value

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