|  | NMathFunctionsSign(FloatVector) Method | 
            Returns the signum function.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static short[] Sign(
	FloatVector v
)
Public Shared Function Sign ( 
	v As FloatVector
) As Short()
public:
static array<short>^ Sign(
	FloatVector^ v
)
static member Sign : 
        v : FloatVector -> int16[] Parameters
- v  FloatVector
- A vector.
Return Value
Int16The sign of v in a short[].
 See Also
See Also