ComponentOne PDF for .NET
CSJ2K.j2k.quantization.quantizer Namespace / StdQuantizer Class / convertToExpMantissa Method
The quantization step, normalized to a dynamic range of 1.

In This Topic
    convertToExpMantissa Method (StdQuantizer)
    In This Topic
    Converts the floating point value to its exponent-mantissa representation. The mantissa occupies the 11 least significant bits (bits 10-0), and the exponent the previous 5 bits (bits 15-11).
    Syntax
    'Declaration
     
    
    Public Shared Function convertToExpMantissa( _
       ByVal step As Single _
    ) As Integer
    public static int convertToExpMantissa( 
       float step
    )

    Parameters

    step
    The quantization step, normalized to a dynamic range of 1.

    Return Value

    The exponent mantissa representation of the step.
    See Also