valgolang
/
com.valgolang.runtime
/
DoubleAlias
Double
Alias
sealed class
DoubleAlias
:
PrimitiveValue
Content copied to clipboard
Functions
Properties
Inheritors
Functions
clone
Link copied to clipboard
abstract fun
clone
():
ExecValue
Content copied to clipboard
compareTo
Link copied to clipboard
operator fun
compareTo
(other:
Any
):
Int
Content copied to clipboard
'==','!
div
Link copied to clipboard
operator fun
div
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'/'
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
minus
Link copied to clipboard
operator fun
minus
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'-'
not
Link copied to clipboard
operator fun
not
():
Boolean
Content copied to clipboard
'!
plus
Link copied to clipboard
operator fun
plus
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'+'
times
Link copied to clipboard
operator fun
times
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'*'
toDouble
Link copied to clipboard
abstract fun
toDouble
():
Double
Content copied to clipboard
toInterpolatedString
Link copied to clipboard
open fun
toInterpolatedString
():
String
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
manimObject
Link copied to clipboard
abstract var
manimObject
:
MObject
Content copied to clipboard
: Manim Object corresponded to by the Execution Value.
name
Link copied to clipboard
abstract val
name
:
String
Content copied to clipboard
: String name of value.
value
Link copied to clipboard
abstract val
value
:
Any
Content copied to clipboard
: Current value in Kotlin.
Inheritors
DoubleValue
Link copied to clipboard
CharValue
Link copied to clipboard