This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFrequencyStatistics Interface > IFrequencyStatistics.FrequencyClassCount Property (ArcObjects .NET 10.5 SDK) |
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,
long* 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.