ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / getLong Method
data array
start of data in array

In This Topic
    getLong Method
    In This Topic
    Create an long from a byte [8].
    Syntax
    'Declaration
     
    
    Public Shared Function getLong( _
       ByVal bfr() As Byte, _
       ByVal off As Integer _
    ) As Long
    public static long getLong( 
       byte[] bfr,
       int off
    )

    Parameters

    bfr
    data array
    off
    start of data in array

    Return Value

    native type from representation.
    See Also