Click or drag to resize
DigitalRuneVectorFIndexOfLargestElement Property
Gets the index (zero-based) of the largest element.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public int IndexOfLargestElement { get; }

Property Value

Type: Int32
The index (zero-based) of the largest element.
Remarks

This method returns the index of the element which has the largest value.

If there are several largest elements with equally large values, the smallest index of these is returned.

See Also