FloatArray

final class FloatArray extends Array[Float]
Companion:
object
class Array[Float]
trait Cloneable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def clone(): FloatArray
Definition Classes
def update(i: Int, value: Float): Unit

Inherited methods

def at(i: Int): Ptr[Float]

Pointer to the element.

Pointer to the element.

Inherited from:
Array
def length: Int

Number of elements of the array.

Number of elements of the array.

Inherited from:
Array