This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBinFunction2 Interface > IBinFunction2.Invert Method (ArcObjects .NET 10.4 SDK) |
Returns upper and lower limits of bin.
[Visual Basic .NET] Public Sub Invert ( _ ByVal Bin As Integer, _ ByRef upper As Double, _ ByRef lower As Double _ )
[C#] public void Invert ( int Bin, ref double upper, ref double lower );
[C++]
HRESULT Invert(
long Bin,
double* upper,
double* lower
);
[C++]
Parameters Bin [in] Bin is a parameter of type long upper [out] upper is a parameter of type double lower [out] lower is a parameter of type double