ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.util Namespace / BinaryOperation Class / bit8Shift Method

In This Topic
    bit8Shift Method
    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