ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / getLong Method
data array
start of data in array

In This Topic
    getLong Method (ICCProfile)
    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