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

In This Topic
    getFixedPoint Method (ForwCompTransf)
    In This Topic
    Returns the position of the fixed point in the specified component. This is the position of the least significant integral (i.e. non-fractional) bit, which is equivalent to the number of fractional bits. For instance, for fixed-point values with 2 fractional bits, 2 is returned. For floating-point data this value does not apply and 0 should be returned. Position 0 is the position of the least significant bit in the data.

    This default implementation assumes that the number of fractional bits is not modified by the component mixer.

    Syntax
    'Declaration
     
    
    Public Overridable Function getFixedPoint( _
       ByVal c As Integer _
    ) As Integer
    public virtual int getFixedPoint( 
       int c
    )

    Parameters

    c
    The index of the component.

    Return Value

    The value of the fixed point position of the source since the color transform does not affect it.
    See Also