menu
  1. Dart
  2. dart:core
  3. num
  4. isNegative property
isNegative

isNegative property

bool get isNegative

Whether this number is negative.

A number is negative if it's smaller than zero, or if it is the double -0.0. This precludes a NaN value like double.nan from being negative.

Implementation

bool get isNegative;
num class

AltStyle によって変換されたページ (->オリジナル) /