isFloating method
- @Deprecated('Use value.isFloating instead.')
Returns true
iff all bits of the current value are floating (z
).
Implementation
@Deprecated('Use value.isFloating instead.')
bool isFloating() => value.isFloating;
Returns true
iff all bits of the current value are floating (z
).
@Deprecated('Use value.isFloating instead.')
bool isFloating() => value.isFloating;