This document is archived and information here might be outdated. Recommended version. |
Indicates if simple statistics are sufficient. These are Count, Minimum, Maximum, Sum, Mean, Standard Deviation.
[Visual Basic .NET]
Public WriteOnly Property SimpleStats
[C#]
public void SimpleStats {set;}
[C++]
HRESULT put_SimpleStats(
VARIANT_BOOL
);
[C++] Parameters [in]
is a parameter of type bool
Set SimpleStats to True to obtain statistics using the IStatisticsResults interface, and set SimpleStats to False to obtain statistics using the IFrequencyStatistics interface.