ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / setLong Method / setLong(Int64) Method
long to separate

In This Topic
    setLong(Int64) Method
    In This Topic
    Separate bytes in a long into a byte array lsb to msb order.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function setLong( _
       ByVal d As Long _
    ) As Byte()
    public static byte[] setLong( 
       long d
    )

    Parameters

    d
    long to separate

    Return Value

    byte [] containing separated int.
    See Also