number

abstract fun number(value: Number): T(source)

Wraps a number to T object.

Return

an object.

Parameters

value

the number to wrap.