Block Vector<T>.Min Index Method
Returns the index of the smallest component in this instance.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The index of the smallest component in this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override int MinIndex()
Return Value
Int32The 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.