bigloo.foreign.UBYTE_TO_LONG C# (CSharp) Method

UBYTE_TO_LONG() public static method

public static UBYTE_TO_LONG ( byte n ) : int
n byte
return int
        public static int UBYTE_TO_LONG(byte n)
        {
            return n;
        }
foreign