isNonZero property

bool get isNonZero

Implementation

bool get isNonZero
{
  return value > 0;
}