Skip to content

c8_integer_is_negative

Dave Hudson edited this page May 3, 2017 · 3 revisions

c8::integer::is_negative

auto is_negative() const noexcept -> bool;

Determines if this object has a value that is negative.

Return Value

  • true if the value of this object is negative.
  • false if it is not negative.

Exceptions

None.

See Also

Clone this wiki locally