Rachel
Toggle table of contents
3.5.0
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.compatible
/
DoubleArrayCompatible
Double
Array
Compatible
js
wasmJs
web
@
CompatibleRachelApi
actual
class
DoubleArrayCompatible
(
val
raw
:
DoubleArray
)
@
CompatibleRachelApi
actual
class
DoubleArrayCompatible
(
val
raw
:
DoubleArray
)
@
CompatibleRachelApi
expect
class
DoubleArrayCompatible
(
raw
:
DoubleArray
)
Members
Constructors
Double
Array
Compatible
Link copied to clipboard
js
wasmJs
web
actual
constructor
(
raw
:
DoubleArray
)
actual
constructor
(
raw
:
DoubleArray
)
expect
constructor
(
raw
:
DoubleArray
)
Properties
as
Float64Array
Link copied to clipboard
js
wasmJs
web
actual
val
asFloat64Array
:
Float64Array
actual
val
asFloat64Array
:
Float64Array
expect
val
asFloat64Array
:
Float64Array
raw
Link copied to clipboard
js
wasmJs
web
actual
val
raw
:
DoubleArray
actual
val
raw
:
DoubleArray
expect
val
raw
:
DoubleArray
size
Link copied to clipboard
js
wasmJs
web
actual
val
size
:
Int
actual
val
size
:
Int
expect
val
size
:
Int
Functions
get
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
get
(
index
:
Int
)
:
Double
actual
operator
fun
get
(
index
:
Int
)
:
Double
expect
operator
fun
get
(
index
:
Int
)
:
Double
iterator
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
iterator
(
)
:
DoubleIterator
actual
operator
fun
iterator
(
)
:
DoubleIterator
expect
operator
fun
iterator
(
)
:
DoubleIterator
set
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
set
(
index
:
Int
,
value
:
Double
)
actual
operator
fun
set
(
index
:
Int
,
value
:
Double
)
expect
operator
fun
set
(
index
:
Int
,
value
:
Double
)