bigloo.foreign.NEGATIVEP_BIGNUM C# (CSharp) Method

NEGATIVEP_BIGNUM() public static method

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