kactoos-jvm / nnl.rocks.kactoos.scalar / NumberOf
class NumberOf : NumberEnvelope, Scalar<Double>
Text as Double.
There is no thread-safety guarantee.
Since 0.2
| Name | Summary |
|---|---|
| <init> | NumberOf(number: Scalar<Double>)NumberOf(txt: String)NumberOf(txt: Text)NumberOf(dnum: KScalar<Double>)Text as Double. |
| Name | Summary |
|---|---|
| invoke | open fun invoke(): DoubleGet value of this Scalar |
| toByte | fun toByte(): Byte |
| toChar | fun toChar(): Char |
| toDouble | fun toDouble(): Double |
| toFloat | fun toFloat(): Float |
| toInt | fun toInt(): Int |
| toLong | fun toLong(): Long |
| toShort | fun toShort(): Short |