StatisticMean Property (ASlider)

Returns the mean value of all thumb values in the object since the statistic was last reset.

Syntax

[ 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.

Comments

This property is read-only at run time.

Example

The following statement shows how to obtain the mean value of all thumb values of the ASlider:

dsld1StatisticMean = sld1.StatisticMean

Applies to

ASlider

See Also

ResetStatistic, StatisticMax, StatisticMin