IntExtensions extension
- on
Properties
- asBool → bool
-
Available on int, provided by the IntExtensions extension
Convert this integer into boolean.no setter - asNullIfZero → int?
-
Available on int, provided by the IntExtensions extension
returns null if 0no setter - dayPrefix → String
-
Available on int, provided by the IntExtensions extension
If value is NULL or not incovered cases
return default value defaultString Else returns the mapped valueno setter - doubled → int
-
Available on int, provided by the IntExtensions extension
Return this number time twono setter - fourth → double
-
Available on int, provided by the IntExtensions extension
Returns fourth of the numberno setter - half → double
-
Available on int, provided by the IntExtensions extension
Returns half of the numberno setter - isNullOrZero → bool
-
Available on int, provided by the IntExtensions extension
Returns true if this is null or 0no setter - tenth → double
-
Available on int, provided by the IntExtensions extension
Returns tenth of the numberno setter - third → double
-
Available on int, provided by the IntExtensions extension
Returns third of the numberno setter - tripled → int
-
Available on int, provided by the IntExtensions extension
Return this number time threeno setter