__max
Visual Studio 2005
Returns the larger of two values.
type __max(
type a,
type b
);
Parameters
- type
-
Any numeric data type.
- a, b
-
Values of any numeric type to be compared.
Returns the larger of two values.
type __max(
type a,
type b
);
Any numeric data type.
Values of any numeric type to be compared.