95   if (!
BoundsOk(
"TArrayF::AddAt", i)) 
return;
 
 
  123      if (
fN) 
delete [] temp;
 
 
  139   if ((
fN == 0) || !array)
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
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 AddAt(Float_t c, Int_t i)
Add float c at position i. Check for out of bounds.
 
TArrayF()
Default TArrayF ctor.
 
void Set(Int_t n) override
Set size of this array to n floats.
 
void Streamer(TBuffer &) override
Stream a TArrayF object.
 
Abstract array base class.
 
Bool_t BoundsOk(const char *where, Int_t at) const
 
Buffer base class used for serializing objects.