nw::ut::Max Function

Syntax

template <typename T>
T Max(
     T a,
     T b
);

Arguments

Name Description
in a Values to be compared
b

Return Values

Returns the larger of a and b.

Description

Compares two numbers and returns the larger one.


CONFIDENTIAL