bigloo.foreign.LONG_TO_INT C# (CSharp) Method

LONG_TO_INT() public static method

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