Mean Property (Read Only)
Syntax
CWStatistics.Mean
Data Type
Purpose
Returns the mean of the last 10 pointer values.
Example
'Output the min, max, and mean
MsgBox CWSlide1.Statistics.Maximum
MsgBox CWSlide1.Statistics.Minimum
MsgBox CWSlide1.Statistics.Mean
'Reset the statistics
CWSlide1.Statistics.Reset