MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / IsNegative

Method IsNegative

extra/yassl/taocrypt/include/integer.hpp:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 bool IsZero() const { return !*this; }
182 bool NotZero() const { return !IsZero(); }
183 bool IsNegative() const { return sign_ == NEGATIVE; }
184 bool NotNegative() const { return !IsNegative(); }
185 bool IsPositive() const { return NotNegative() && NotZero(); }
186 bool NotPositive() const { return !IsPositive(); }

Callers 2

AS2Function · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected