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

In This Topic
    bit32ShiftR Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bit32ShiftR( _
       ByVal number As Long, _
       ByVal shift As Integer _
    ) As Long
    public static long bit32ShiftR( 
       long number,
       int shift
    )

    Parameters

    number
    shift
    See Also