Numeric

data class Numeric(value: Number) : MST

A node containing a numeric value or scalar.

Constructors

Numeric
Link copied to clipboard
common
fun Numeric(value: Number)

Properties

value
Link copied to clipboard
common
val value: Number
the value of this number.

Sources

common source
Link copied to clipboard