Returns the mean value of all thumb values in the object since the statistic was last reset.
[ dStatisticMean = ] Object.StatisticMean
The StatisticMean property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
ASlider |
ASlider control |
|
dStatisticMean |
Double |
An integer specifying the maximum value of any thumb in the object since the statistic was last reset. |
This property is read-only at run time.
The following statement shows how to obtain the mean value of all thumb values of the ASlider:
dsld1StatisticMean = sld1.StatisticMean