Read-only
About Trace Statistics

Mean Property


Description

Returns the mean value of the measurement . To retrieve all 3 statistics value at the same time, use meas.GetTraceStatistics

 VB Syntax

average = meas.Mean

Variable

(Type) - Description

average

(single) - Variable to store mean value

meas

A Measurement (object)

Return Type

Single

Default

Not applicable

Examples

Dim average as Single
average = meas.Mean
'Read

C++ Syntax

HRESULT get_Mean(float* mean)

Interface

IMeasurement