95 if (!
BoundsOk(
"TArrayF::AddAt", i))
return;
120 if (
fN)
delete [] temp;
137 if (array == 0)
return;
Array of floats (32 bits per element).
TArrayF & operator=(const TArrayF &rhs)
TArrayF assignment operator.
virtual ~TArrayF()
Delete TArrayF object.
void Adopt(Int_t n, Float_t *array)
Adopt array arr into TArrayF, i.e.
void Set(Int_t n)
Set size of this array to n floats.
void AddAt(Float_t c, Int_t i)
Add float c at position i. Check for out of bounds.
TArrayF()
Default TArrayF ctor.
Abstract array base class.
Bool_t BoundsOk(const char *where, Int_t at) const
Buffer base class used for serializing objects.