bigloo.foreign.EVENP_FX C# (CSharp) Method

EVENP_FX() public static method

public static EVENP_FX ( int n ) : bool
n int
return bool
        public static bool EVENP_FX( int  n )
        {
            return ((n & 1) == 0);
        }
foreign