Numeric

data class Numeric(value: Number) : MST

A node containing a numeric value or scalar.

Constructors

Link copied to clipboard
fun Numeric(value: Number)

Properties

Link copied to clipboard
val value: Number

the value of this number.

Sources

Link copied to clipboard