  | NMathFunctionsArg(FloatVector) Method | 
            Calculates the complex argument of a vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static FloatVector Arg(
	FloatVector v
)
Public Shared Function Arg ( 
	v As FloatVector
) As FloatVector
public:
static FloatVector^ Arg(
	FloatVector^ v
)
static member Arg : 
        v : FloatVector -> FloatVector Parameters
- v  FloatVector
 - A vector.
 
Return Value
FloatVectorSince there is no imaginary part, this method simply returns the
            given vector, 
v.
See Also