bigloo.foreign.LLONG_TO_LONG C# (CSharp) Method

LLONG_TO_LONG() public static method

public static LLONG_TO_LONG ( long n ) : int
n long
return int
        public static int LLONG_TO_LONG( long  n )
        {
            return (int)n;
        }
foreign