| VectorDIndexOfSmallestElement Property |
Gets the index (zero-based) of the smallest element.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public int IndexOfSmallestElement { get; }
Public ReadOnly Property IndexOfSmallestElement As Integer
Get
public:
property int IndexOfSmallestElement {
int get ();
}
member IndexOfSmallestElement : int with get
Property Value
Type:
Int32The index (zero-based) of the smallest element.
Remarks
This method returns the index of the element which has the smallest value.
If there are several smallest element with equally large values, the smallest index of these
is returned.
See Also