isInfinite property

bool isInfinite

Returns true if this measurement is infinite (either positive or negative).

Implementation

bool get isInfinite => si.isInfinite;