FloatArrayFromIntArray

inline class FloatArrayFromIntArray(val base: IntArray)

View of base reinterpreted as Float

Constructors

Link copied to clipboard
constructor(base: IntArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Gets the underlying array of this

Link copied to clipboard
operator fun get(i: Int): Float
Link copied to clipboard
operator fun set(i: Int, v: Float)