Returns maximum, minimum, or average information for command of specified id
- ID
- The string ID of the object to query.
- in_vect
- Input vector.
- out_max
- A reference to a double to hold the output maximum.
- out_min
- A reference to a double to hold the output minimum.
- out_ave
- A reference to a double to hold the output average.
Long value. Non-zero if successful. Zero if the object with the given ID string cannot be found.
This function was added for the tutor translator, and should be used with caution.