Click or drag to resize

UtilMinIndexT(ListT) Method

Return the index for the smallest element of values.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static int MinIndex<T>(
	List<T> values
)
where T : Object, IComparable<T>

Parameters

values  ListT
List of values.

Type Parameters

T
Type of the values.

Return Value

Int32
Index for the smallest element of values.
See Also