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)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Number
copy
Link copied to clipboard
common
fun copy(value: Number): MST.Numeric
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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