TYPE: VOP
TITLE: Maximum VOP

This operator outputs the maximum value from its inputs.  All inputs and the
output are float values.

Inputs:
    Input Number 1...N - The input values to be compared.
    Next Input         - Where the next input value should be connected.
                         Up to 64 inputs can be specified.

Outputs:
    Combined Value     - The maximum of all the input values.

See also: Average(avg), Ceiling, Clamp, Max Vector Component(maxcomp),
          Minimum(min)
