Click or drag to resize
MathUtilsMinT Method (T)
Returns the minimum value of the specified values.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static T Min<T>(
	params T[] values
)

Parameters

values
Type: T
Values to compare.

Type Parameters

T
Type of values.

Return Value

Type: T
Minimum value of the specified values.
See Also