GetMax

@addtogroup libnoise @{ Returns the maximum of two values.

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

@returns The maximum of the two values.

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

Meta