| Vector2FIndexOfSmallestComponent Property |
Gets the index (zero-based) of the smallest component.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public int IndexOfSmallestComponent { get; }
Public ReadOnly Property IndexOfSmallestComponent As Integer
Get
public:
property int IndexOfSmallestComponent {
int get ();
}
member IndexOfSmallestComponent : int with get
Property Value
Type:
Int32The index (zero-based) of the smallest component.
Remarks
This method returns the index of the component (X or Y) which has the smallest value. The
index is zero-based, i.e. the index of X is 0.
If both components are equal, 0 is returned.
See Also