bigloo.foreign.INT_TO_SHORT C# (CSharp) Method

INT_TO_SHORT() public static method

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