Click or drag to resize

UtilMinIndexT(T) 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>(
	params T[] values
)
where T : Object, IComparable<T>

Parameters

values  T
Array of values.

Type Parameters

T
Type of the values.

Return Value

Int32
Index for the smallest element of values.
See Also