bigloo.foreign.FLONUM_TO_ELONG C# (CSharp) Method

FLONUM_TO_ELONG() public static method

public static FLONUM_TO_ELONG ( double n ) : long
n double
return long
        public static long FLONUM_TO_ELONG( double  n )
        {
            return (long)n;
        }
foreign