ComponentOne PDF for .NET
org.jpedal.jbig2.util Namespace / BinaryOperation Class / bit8Shift Method

In This Topic
    bit8Shift Method (BinaryOperation)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bit8Shift( _
       ByVal number As Integer, _
       ByVal shift As Integer, _
       ByVal direction As Integer _
    ) As Integer
    public static int bit8Shift( 
       int number,
       int shift,
       int direction
    )

    Parameters

    number
    shift
    direction
    See Also