ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.Accumulate Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStatsHistogram Interface