bigloo.foreign.ULONG_TO_LONG C# (CSharp) Method

ULONG_TO_LONG() public static method

public static ULONG_TO_LONG ( uint n ) : int
n uint
return int
        public static int ULONG_TO_LONG( uint n )
        {
            return (int)n;
        }
foreign