class BSON::Decimal128::Builder::ToString

def negative?

def negative?
  high_bits & SIGN_BIT_MASK == SIGN_BIT_MASK
end