This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.Accumulate Method (ArcObjects .NET 10.5 SDK) |
Accumulates a value and its count.
[Visual Basic .NET] Public Sub Accumulate ( _ ByVal Value As Double, _ ByVal Count As Integer _ )
[C#] public void Accumulate ( double Value, int Count );
[C++]
HRESULT Accumulate(
double Value,
long Count
);
[C++]
Parameters Value [in] Value is a parameter of type double Count [in] Count is a parameter of type long