bigloo.foreign.USHORT_TO_LONG C# (CSharp) Method

USHORT_TO_LONG() public static method

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