Vector.MaxIndex<T> Method

Returns the index of the largest component of a vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static int MaxIndex<T>(
	Vector<T> vector
)

Parameters

vector  Vector<T>
A Vector<T>.

Type Parameters

T

Return Value

Int32
The index of the largest component in vector.

See Also