Click or drag to resize
MathUtilsMaxT Method (T)
Returns the maximum 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 Max<T>(
	params T[] values
)

Parameters

values
Type: T
Values to compare.

Type Parameters

T
Type of values.

Return Value

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