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 0
no setter
dayPrefix String

Available on int, provided by the IntExtensions extension

If value is NULL or not in covered cases return default value defaultString Else returns the mapped value
no setter
doubled int

Available on int, provided by the IntExtensions extension

Return this number time two
no setter
fourth double

Available on int, provided by the IntExtensions extension

Returns fourth of the number
no setter
half double

Available on int, provided by the IntExtensions extension

Returns half of the number
no setter
isNullOrZero bool

Available on int, provided by the IntExtensions extension

Returns true if this is null or 0
no setter
tenth double

Available on int, provided by the IntExtensions extension

Returns tenth of the number
no setter
third double

Available on int, provided by the IntExtensions extension

Returns third of the number
no setter
tripled int

Available on int, provided by the IntExtensions extension

Return this number time three
no setter