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
/
FloatArrayCompatible
Float
Array
Compatible
js
wasmJs
web
@
CompatibleRachelApi
actual
class
FloatArrayCompatible
(
val
raw
:
FloatArray
)
@
CompatibleRachelApi
actual
class
FloatArrayCompatible
(
val
raw
:
FloatArray
)
@
CompatibleRachelApi
expect
class
FloatArrayCompatible
(
raw
:
FloatArray
)
Members
Constructors
Float
Array
Compatible
Link copied to clipboard
js
wasmJs
web
actual
constructor
(
raw
:
FloatArray
)
actual
constructor
(
raw
:
FloatArray
)
expect
constructor
(
raw
:
FloatArray
)
Properties
as
Float32Array
Link copied to clipboard
js
wasmJs
web
actual
val
asFloat32Array
:
Float32Array
actual
val
asFloat32Array
:
Float32Array
expect
val
asFloat32Array
:
Float32Array
raw
Link copied to clipboard
js
wasmJs
web
actual
val
raw
:
FloatArray
actual
val
raw
:
FloatArray
expect
val
raw
:
FloatArray
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
)
:
Float
actual
operator
fun
get
(
index
:
Int
)
:
Float
expect
operator
fun
get
(
index
:
Int
)
:
Float
iterator
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
iterator
(
)
:
FloatIterator
actual
operator
fun
iterator
(
)
:
FloatIterator
expect
operator
fun
iterator
(
)
:
FloatIterator
set
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
set
(
index
:
Int
,
value
:
Float
)
actual
operator
fun
set
(
index
:
Int
,
value
:
Float
)
expect
operator
fun
set
(
index
:
Int
,
value
:
Float
)