BlockVector<T>.MinIndex Method

Returns the index of the smallest component in this instance.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override int MinIndex()

Return Value

Int32
The index of the smallest component in this instance.

Remarks

If more than one component has the smallest value, the index of the first occurrance is returned.

See Also