korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-memory
/
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
)