DoubleExtensions extension Null safety
- on
Properties
- asBool → bool
-
Convert this integer into boolean.
read-only
- asNullIfZero → double?
-
returns null if 0
read-only
- doubled → double
-
Return this number time two
read-only
- fourth → double
-
Returns fourth of the number
read-only
- half → double
-
Returns half of the number
read-only
- isNullOrZero → bool
-
Returns true if this is null or 0
read-only
- tenth → double
-
Returns tenth of the number
read-only
- third → double
-
Returns third of the number
read-only
- tripled → double
-
Return this number time three
read-only