Return the greater of (input1, input2).
More...
#include <vctBinaryOperations.h>
template<class _outputType, class _input1Type = _outputType, class _input2Type = _outputType>
class vctBinaryOperations< _outputType, _input1Type, _input2Type >::Maximum
Return the greater of (input1, input2).
- See Also
- vctBinaryOperations Return the greater of (input1, input2). Note that here all arguments are of the same type, because they have to be compared.
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
Execute the operation.
- Parameters
-
input1 | First operand. |
input2 | Second operand. |
The documentation for this class was generated from the following file: