Click or drag to resize

NMathFunctionsSign(DoubleVector) Method

Returns the signum function.

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

Parameters

v  DoubleVector
A vector.

Return Value

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