Returns the index of the smallest component of a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static int MinIndex<T>(
Vector<T> vector
)
Public Shared Function MinIndex(Of T) (
vector As Vector(Of T)
) As Integer
public:
generic<typename T>
static int MinIndex(
Vector<T>^ vector
)
static member MinIndex :
vector : Vector<'T> -> int
Parameters
- vector
- Type: Extreme.MathematicsVectorT
A VectorT.
Type Parameters
- T
Return Value
Type:
Int32The index of the smallest component in
vector.
Reference