This document is archived and information here might be outdated. Recommended version. |
The frequency class count at a given interval index.
[Visual Basic .NET] Public Function get_FrequencyClassCount ( _ ByVal intervalIndex As Integer _ ) As Integer
[C#] public int get_FrequencyClassCount ( int intervalIndex );
[C++]
HRESULT get_FrequencyClassCount(
long intervalIndex,
System.Int32* Count
);
[C++]
Parameters intervalIndex [in]
intervalIndex is a parameter of type long Count [out, retval]
Count is a parameter of type long*
Returns the number of data values in the specified frequency interval. The interval at the start of the frequency statistics has an index of 0 and the interval at the end of the frequency statistics has an index of FrequencyIntervalCount - 1.