8.34. File tom/FloatArray

class tom.FloatArray

inherits

State supers: Array

methods


instance (id)
  with dynamic elements;

Take the float arguments and craft a new array.

instance tom.FloatArray

methods


protected id
  initWithEnumerator Enumerator e;

Undocumented.


Any
  at int index;

Undocumented.


byte
  at int index;

Undocumented.


char
  at int index;

Undocumented.


float
  at int index;

Undocumented.


long
  at int index;

Undocumented.


int
  at int index;

Undocumented.


double
  at int index;

Undocumented.


int
  elementByteSize;

Undocumented.


(pointer, int)
  pointerToElements (int, int) (start, len);

Undocumented.


boolean
  elementsLowerThan FloatArray fa;

Returns TRUE if every element in self is lower than the corresponding element in fa.


FloatArray
  minor FloatArray fa;

Undocumented.


class (State)
  mutableCopyClass;

Return the MutableFloatArray class.