ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / setInt Method / setInt(Int32) Method
integer to separate

In This Topic
    setInt(Int32) Method
    In This Topic
    Separate bytes in an int into a byte array lsb to msb order.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function setInt( _
       ByVal d As Integer _
    ) As Byte()
    public static byte[] setInt( 
       int d
    )

    Parameters

    d
    integer to separate

    Return Value

    byte [] containing separated int.
    See Also