Vector.MinIndex<T> Method

Returns the index of the smallest component of a vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static int MinIndex<T>(
	Vector<T> vector
)

Parameters

vector  Vector<T>
A Vector<T>.

Type Parameters

T

Return Value

Int32
The index of the smallest component in vector.

See Also