96   if (!
BoundsOk(
"TArrayD::AddAt", i)) 
return;
 
  124      if (
fN) 
delete [] temp;
 
  140   if ((
fN == 0) || !array)
 
Array of doubles (64 bits per element).
 
void Adopt(Int_t n, Double_t *array)
Adopt array arr into TArrayD, i.e.
 
void Set(Int_t n)
Set size of this array to n doubles.
 
virtual ~TArrayD()
Delete TArrayD object.
 
TArrayD & operator=(const TArrayD &rhs)
TArrayD assignment operator.
 
void AddAt(Double_t c, Int_t i)
Set the double c value at position i in the array.
 
TArrayD()
Default TArrayD ctor.
 
Abstract array base class.
 
Bool_t BoundsOk(const char *where, Int_t at) const
 
Buffer base class used for serializing objects.