bigloo.foreign.LONG_TO_USHORT C# (CSharp) Method

LONG_TO_USHORT() public static method

public static LONG_TO_USHORT ( int n ) : ushort
n int
return ushort
        public static ushort LONG_TO_USHORT(int n)
        {
            return (ushort)n;
        }
foreign