IBinFunction Interface

Provides access to members that control a raster histogram bin function.

Members

Name Description
Method Invert Returns upper and lower limits of bin.
Read-only property NumBins Number of bins (same as rows in table).
Method Title Name of bin function.
Method ValueToIndex Converts pixel values to columns in the descriptor table.

IBinFunction.Invert Method

Returns upper and lower limits of bin.

Public Sub Invert ( _
    ByVal Bin As Integer, _
    ByRef upper As Double, _
    ByRef lower As Double _
)
public void Invert (
    int Bin,
    ref double upper,
    ref double lower
);

IBinFunction.NumBins Property

Number of bins (same as rows in table).

Public ReadOnly Property NumBins As Integer
public int NumBins {get;}

IBinFunction.Title Method

Name of bin function.

Public Sub Title ( _
    ByRef Title As String _
)
public void Title (
    ref string Title
);

IBinFunction.ValueToIndex Method

Converts pixel values to columns in the descriptor table.

Public Function ValueToIndex ( _
    ByVal pixval As Double _
) As Integer
public int ValueToIndex (
    double pixval
);

Classes that implement IBinFunction

Classes Description

Remarks

This interface is not intended to use by outside developers.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.