GetMin

Returns the minimum of two values.

@param a The first value. @param b The second value.

@returns The minimum of the two values.

T
GetMin
(
T
)
(
const ref T a
,
const ref T b
)

Meta