TS++ library: time series library

◆ gain()

template<class T >
virtual Tvalue ts::drop::DropContainer< T >::gain ( ) const
inlinevirtualinherited

Reimplemented in ts::drop::FIRDropContainer< T >, and ts::drop::SeriesDropContainer< T >.

Definition at line 130 of file dropcontainer.h.

References ts::drop::DropContainer< T >::gain(), and ts::drop::DropContainer< T >::Moutput.

Referenced by ts::drop::DropContainer< T >::gain(), ts::drop::FIRDropContainer< T >::gain(), and main().

131  {
132  if (Moutput!=0) { return(Moutput->gain()); }
133  return 1;
134  }
virtual Tvalue gain() const
PDropContainer Moutput
Here is the call graph for this function:
Here is the caller graph for this function: