ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / IntegerSpec Class / getMinInTile Method
The tile index

In This Topic
    getMinInTile Method
    In This Topic
    Gets the minimum value of each component in specified tile
    Syntax
    'Declaration
     
    
    Public Overridable Function getMinInTile( _
       ByVal t As Integer _
    ) As Integer
    public virtual int getMinInTile( 
       int t
    )

    Parameters

    t
    The tile index

    Return Value

    The minimum value
    See Also