TYPE: VOP
TITLE: Minimum VOP

This operator outputs the minimum 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 minimum of all the input values.

See also: Average(avg), Clamp, Floor, Maximum(max),
          Min Vector Component(mincomp)
