Description

Returns array of statistical parameters for the given measurement.

Return Type

A Variant value.  

Syntax

object.CalcStatistics (MeasName, OutStats())

The CalcStatistics Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMMData.
MeasNameRequired. A String value.

name of the measurement (localized version).

OutStats()Required. An array of Double values.

array of doubles to receive statistical values. The values are in order of mcStatsTypes enumeration.

Remarks

Statistics is calculated only for visible measurements.