bigloo.foreign.BGL_INT_EOFP C# (CSharp) Method

BGL_INT_EOFP() public static method

public static BGL_INT_EOFP ( int i ) : bool
i int
return bool
        public static bool BGL_INT_EOFP( int  i )
        {
            return (i == -1);
        }
foreign