VistaIOMax, VistaIOMin - return the maximum or minimum of two values
Contents
Arguments
a, b Two numeric arguments.
Description
VistaIOMax returns the maximum of its two arguments.
VistaIOMin returns the minimum of its two arguments.
Both are defined as macros in <vistaio.h>.
Name
VistaIOMax, VistaIOMin - return the maximum or minimum of two values
Notes
Do not pass an argument that produces a side effect, since it may be evaluated either once or twice.
See Also
Synopsis
#include<vistaio.h>typeVistaIOMax(typea,typeb)type VistaIOMin (typea, typeb)
where type is a numeric type.
