8.28. File tom/DoubleArray

class tom.DoubleArray

inherits

State supers: Array

methods


instance (id)
  with dynamic elements;

Take the double arguments and craft a new array.

instance tom.DoubleArray

methods


protected id
  initWithEnumerator Enumerator e;

Undocumented.


Any
  at int index;

Undocumented.


byte
  at int index;

Undocumented.


char
  at int index;

Undocumented.


double
  at int index;

Undocumented.


long
  at int index;

Undocumented.


int
  at int index;

Undocumented.


float
  at int index;

Undocumented.


int
  elementByteSize;

Undocumented.


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

Undocumented.


class (State)
  mutableCopyClass;

Return the MutableDoubleArray class.