bigloo.foreign.ODDP_BIGNUM C# (CSharp) Method

ODDP_BIGNUM() public static method

public static ODDP_BIGNUM ( bignum n ) : bool
n bignum
return bool
        public static bool ODDP_BIGNUM( bignum  n )
        {
            return ((n.value & 1) != 0);
        }
foreign