bigloo.foreign.SHORT_TO_LONG C# (CSharp) Method

SHORT_TO_LONG() public static method

public static SHORT_TO_LONG ( short n ) : int
n short
return int
        public static int SHORT_TO_LONG(short n)
        {
            return n;
        }
foreign