UtilMinIndexT Method (ListT) |
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>(
List<T> values
)
where T : Object, IComparable<T>
Parameters
- values
- Type: System.Collections.GenericListT
List of values.
Type Parameters
- T
- Type of the values.
Return Value
Type:
Int32Index for the smallest element of
values.
See Also