kmath-ast
/
space.kscience.kmath.ast
/
MST
/
Numeric
common
Numeric
data class
Numeric
(value:
Number
) :
MST
Content copied to clipboard
A node containing a numeric value or scalar.
Constructors
Functions
Properties
Constructors
Numeric
Link copied to clipboard
common
fun
Numeric
(value:
Number
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
Number
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(value:
Number
):
MST.Numeric
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
value
Link copied to clipboard
common
val
value
:
Number
Content copied to clipboard
the value of this number.