ofFloat

final
class ofFloat(array: Array[Float]) extends ImmutableArray1[Float]
class ImmutableArray1[Float]
class ImmutableArray[Float]
class Object
trait Matchable
class Any

Value members

Inherited methods

override
def ++[B >: Float : ClassTag](other: ImmutableArray[B]): ImmutableArray[B]
Definition Classes
Inherited from
ImmutableArray1
def apply(idx: Int): Float
Inherited from
ImmutableArray1
def componentType: Class[_]
Inherited from
ImmutableArray1
def copyToArray[B >: Float](xs: Array[B], start: Int, len: Int): Unit
Inherited from
ImmutableArray1
def isEmpty: Boolean
Inherited from
ImmutableArray
def length: Int
Inherited from
ImmutableArray1
def slice(from: Int, until: Int): ImmutableArray[Float]
Inherited from
ImmutableArray1
def toArray[B >: Float : ClassTag]: Array[B]
Inherited from
ImmutableArray1