Return the index for the smallest element of values.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static int MinIndex<T>(
params T[] values
)
where T : Object, IComparable<T>
Parameters
- values
- Type: T
Array of values.
Type Parameters
- T
- Type of the values.
Return Value
Type:
Int32Index for the smallest element of
values.
See Also