This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFrequencyStatistics Interface > IFrequencyStatistics.FrequencyIntervalSize Property (ArcObjects .NET 10.4 SDK) |
The size (range) of each frequency interval.
[Visual Basic .NET] Public ReadOnly Property FrequencyIntervalSize As Double
[C#] public double FrequencyIntervalSize {get;}
[C++]
HRESULT get_FrequencyIntervalSize(
double* intervalSize
);
[C++]
Parameters intervalSize [out, retval] intervalSize is a parameter of type double
Returns the size range of each data interval based upon the FrequencyIntervalCount property and the data values in the BaseStatistics.