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

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

    Parameters

    number
    shift
    See Also