bigloo.foreign.ZEROP_BIGNUM C# (CSharp) Method

ZEROP_BIGNUM() public static method

public static ZEROP_BIGNUM ( bignum n ) : bool
n bignum
return bool
        public static bool ZEROP_BIGNUM( bignum n )
        {
            return n.value == 0;
        }
foreign