Click or drag to resize

NMathFunctionsMaxIndex(FloatVector) Method

Calculates the index of the maximum value of a given vector's elements.

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

Parameters

v  FloatVector
A vector.

Return Value

Int32
Absolute index.
See Also