bigloo.foreign.BYTE_TO_LONG C# (CSharp) Method

BYTE_TO_LONG() public static method

public static BYTE_TO_LONG ( sbyte n ) : int
n sbyte
return int
        public static int BYTE_TO_LONG(sbyte n)
        {
            return n;
        }
foreign