Click or drag to resize

NMathFunctionsSign(FloatVector) Method

Returns the signum function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static short[] Sign(
	FloatVector v
)

Parameters

v  FloatVector
A vector.

Return Value

Int16
The sign of v in a short[].
See Also