MeasureStatistics Class

Class that stores the requested statistical information values for a specific IMeasure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.InstrumentationElementStatistics
    Dundas.BI.InstrumentationMeasureStatistics

Namespace: Dundas.BI.Instrumentation
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MeasureStatistics : ElementStatistics

The MeasureStatistics type exposes the following members.

Properties
 NameDescription
Public propertyAverage Gets the average for the current measure.
Public propertyCount Gets the cell count for the current measure.
Public propertyDistinctCount Gets the distinct count for the current measure values.
Public propertyElement Gets the analysis element unique name for which the statistics are calculated for.
(Inherited from ElementStatistics)
Public propertyFormattedAverage Gets the formatted average value for the current measure.
Public propertyFormattedMaximum Gets the formatted maximum value for the current measure.
Public propertyFormattedMedian Gets the formatted median value for the current measure.
Public propertyFormattedMinimum Gets the formatted minimum value for the current measure.
Public propertyFormattedModeMax Gets the formatted maximum mode value for the current measure.
Public propertyFormattedModeMin Gets the formatted minimum mode value for the current measure.
Public propertyFormattedSmallestNonZero Gets the formatted smallest non zero value for current measure.
Public propertyFormattedSum Gets the formatted sum value for the current measure.
Public propertyMaximum Gets the maximum value for current measure.
Public propertyMedian Gets the median value for the current measure.
Public propertyMinimum Gets the minimum value for current measure.
Public propertyModeMax Gets the maximum mode value for current measure.
Public propertyModeMin Gets the minimum mode value for current measure.
Public propertyNullCount Gets the null count.
Public propertySmallestNonZero Gets the smallest non zero value for current measure.
Public propertySum Gets the sum for the current measure.
Top
See Also