ComponentOne PDF for .NET
CSJ2K.j2k.image.input Namespace / ImgReaderPGM Class / getFixedPoint Method
The index of the component.

In This Topic
    getFixedPoint Method (ImgReaderPGM)
    In This Topic
    Returns the position of the fixed point in the specified component (i.e. the number of fractional bits), which is always 0 for this ImgReader.
    Syntax
    'Declaration
     
    
    Public Overrides Function getFixedPoint( _
       ByVal c As Integer _
    ) As Integer
    public override int getFixedPoint( 
       int c
    )

    Parameters

    c
    The index of the component.

    Return Value

    The position of the fixed-point (i.e. the number of fractional bits). Always 0 for this ImgReader.
    See Also