bigloo.foreign.ULLONG_TO_LONG C# (CSharp) Method

ULLONG_TO_LONG() public static method

public static ULLONG_TO_LONG ( ulong n ) : int
n ulong
return int
        public static int ULLONG_TO_LONG( ulong  n )
        {
            return (int)n;
        }
foreign