nw::ut::Min Function

Syntax

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

Arguments

Name Description
in a Values to be compared
b

Return Values

Returns the smaller of a and b.

Description

Compares two numbers and returns the smaller one.


CONFIDENTIAL