IntExtension extension

extension for int.

on

Properties

isWholeNumber bool

Available on int, provided by the IntExtension extension

Returns true for int numbers.
no setter
naturalExponent double

Available on int, provided by the IntExtension extension

Returns the natural exponent, e, to the power of this number.
no setter
square int

Available on int, provided by the IntExtension extension

Returns the square of this number.
no setter
squareRoot double

Available on int, provided by the IntExtension extension

Returns the square root of this number.
no setter
thousands String

Available on int, provided by the IntExtension extension

Formats this int to a String with thousands separator.
no setter

Methods

toBigInt() BigInt

Available on int, provided by the IntExtension extension

Converts this int to BigInt.