Class DDoubleArray

Inherits from:
Object
Conforms to:
DComparable, DParsable, DSizeable, DTextable
Declared in:
DDoubleArray.h

Class Hierarchy

    Object
      |
      +---DDoubleArray

Class Description

The DDoubleArray class implements an one dimensional array of double. It is of course possible to create an array of double with the classes DArray and DDouble, but this is not very efficient and a little bit clumsy. This class also implements some statistical methods.

Last modified:
23-Jul-2006 (DDoubleArray.h)

Instance Variables

private unsigned long _size
the maximum length of the double array
private unsigned _extra
the extra size amount
private unsigned long _length
the current length of the double array
private double *_array
the array of doubles

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0