This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IContrastTable Interface > IContrastTable.Bin Method (ArcObjects .NET 10.4 SDK) |
Translates pixel values to integers.
[Visual Basic .NET] Public Function Bin ( _ ByVal pixval As Double _ ) As Integer
[C#] public int Bin ( double pixval );
[C++]
HRESULT Bin(
double pixval,
long* Bin
);
[C++]
Parameters pixval [in] pixval is a parameter of type double Bin [out, retval] Bin is a parameter of type long