toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
InsConstDouble
Ins
Const
Double
data
class
InsConstDouble
(
val
value
:
Double
,
val
op
:
WasmOp
=
WasmOp.Op_f64_const
)
:
WasmInstruction.InsConst
Members
Members & Extensions
Constructors
Ins
Const
Double
Link copied to clipboard
constructor
(
value
:
Double
,
op
:
WasmOp
=
WasmOp.Op_f64_const
)
Properties
itype
Link copied to clipboard
open
val
itype
:
WasmSType
op
Link copied to clipboard
open
override
val
op
:
WasmOp
type
Link copied to clipboard
open
override
val
type
:
WasmSType
value
Link copied to clipboard
val
value
:
Double
Functions
accept
Link copied to clipboard
fun
WasmInstruction
.
accept
(
visitor
:
WasmCodeVisitor
,
context
:
WasmCodeVisitor.Context
)
:
Boolean