toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
FloatArrayFromIntArray
Float
Array
From
Int
Array
inline
class
FloatArrayFromIntArray
(
val
base
:
IntArray
)
View of
base
reinterpreted as
Float
Members
Members & Extensions
Constructors
Float
Array
From
Int
Array
Link copied to clipboard
constructor
(
base
:
IntArray
)
Properties
base
Link copied to clipboard
val
base
:
IntArray
Functions
as
Int
Array
Link copied to clipboard
fun
FloatArrayFromIntArray
.
asIntArray
(
)
:
IntArray
Gets the underlying array of
this
get
Link copied to clipboard
operator
fun
get
(
i
:
Int
)
:
Float
set
Link copied to clipboard
operator
fun
set
(
i
:
Int
,
v
:
Float
)