ComponentOne PDF for .NET
CSJ2K.j2k Namespace / IntegerSpec Class / getMinInComp Method
The component index

In This Topic
    getMinInComp Method (IntegerSpec)
    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