ComponentOne PDF for .NET
CSJ2K.j2k Namespace / IntegerSpec Class / getMaxInTile Method
The tile index

In This Topic
    getMaxInTile Method (IntegerSpec)
    In This Topic
    Gets the maximum value of all components in the specified tile.
    Syntax
    'Declaration
     
    
    Public Overridable Function getMaxInTile( _
       ByVal t As Integer _
    ) As Integer
    public virtual int getMaxInTile( 
       int t
    )

    Parameters

    t
    The tile index

    Return Value

    The maximum value
    See Also