bigloo.foreign.UBYTE_TO_INT C# (CSharp) Method

UBYTE_TO_INT() public static method

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