MaxMinAve Method
Description
Returns maximum, minimum, or average information for command of specified id
Syntax
Parameters
- 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.
Return Type
Long value. Non-zero if successful. Zero if the object with the given ID string cannot be found.
Remarks
This function was added for the tutor translator, and should be used with caution.
See Also