Click or drag to resize

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
Syntax
C#
public 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: Int32
Index for the smallest element of values.
See Also