Calculates the index of the minimum absolute value of a given vector's elements.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static int MinIndex( FloatVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MinIndex ( _ v As FloatVector _ ) As Integer |
| Visual C++ |
|---|
public: static int MinIndex( FloatVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.FloatVector
A vector.