Composed Complex Vector<T>.Absolute Min Index Method
Returns the index of the component in this
ComposedComplexVector<T> that has the smallest absolute
value.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The index of the component in this ComposedComplexVector<T> that has the smallest absolute value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override int AbsoluteMinIndex()
Return Value
Int32The index of the component in this ComposedComplexVector<T> that has the smallest absolute value.
Remarks
If more than one component has the smallest value, the index of the first occurrance is returned.