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

In This Topic
    getMinInComp Method
    In This Topic
    Gets the minimum value of all tiles for the specified component.
    Syntax
    'Declaration
     
    
    Public Overridable Function getMinInComp( _
       ByVal c As Integer _
    ) As Integer
    public virtual int getMinInComp( 
       int c
    )

    Parameters

    c
    The component index

    Return Value

    The minimum value
    See Also