lin
/
com.github.adriantodt.lin.vm.types
/
LNumber
LNumber
sealed class
LNumber
:
LAny
Content copied to clipboard
Functions
Properties
Inheritors
Functions
compare
To
Link copied to clipboard
abstract operator fun
compareTo
(other:
LNumber
):
Int
Content copied to clipboard
div
Link copied to clipboard
abstract operator fun
div
(right:
LNumber
):
LNumber
Content copied to clipboard
get
Member
Link copied to clipboard
abstract fun
getMember
(name:
String
):
LAny
?
Content copied to clipboard
minus
Link copied to clipboard
abstract operator fun
minus
(right:
LNumber
):
LNumber
Content copied to clipboard
plus
Link copied to clipboard
abstract operator fun
plus
(right:
LNumber
):
LNumber
Content copied to clipboard
rem
Link copied to clipboard
abstract operator fun
rem
(right:
LNumber
):
LNumber
Content copied to clipboard
times
Link copied to clipboard
abstract operator fun
times
(right:
LNumber
):
LNumber
Content copied to clipboard
truth
Link copied to clipboard
abstract fun
truth
():
Boolean
Content copied to clipboard
unary
Minus
Link copied to clipboard
abstract operator fun
unaryMinus
():
LNumber
Content copied to clipboard
unary
Plus
Link copied to clipboard
abstract operator fun
unaryPlus
():
LNumber
Content copied to clipboard
Properties
linType
Link copied to clipboard
abstract val
linType
:
String
Content copied to clipboard
Inheritors
LDecimal
Link copied to clipboard
LInteger
Link copied to clipboard