IntExtension extension
extension for int.
- on
Properties
- isWholeNumber → bool
-
Available on int, provided by the IntExtension extension
Returnstruefor int numbers.no setter - naturalExponent → double
-
Available on int, provided by the IntExtension extension
Returns the natural exponent, e, to the power ofthisnumber.no setter - square → int
-
Available on int, provided by the IntExtension extension
Returns the square ofthisnumber.no setter - squareRoot → double
-
Available on int, provided by the IntExtension extension
Returns the square root ofthisnumber.no setter - thousands → String
-
Available on int, provided by the IntExtension extension
Formats thisintto a String with thousands separator.no setter
Methods
-
toBigInt(
) → BigInt -
Available on int, provided by the IntExtension extension
Converts thisintto BigInt.