CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_Series_Op_Scalar Class Reference

Carries out a range of operations on a Series, returning a scalar value. More...

#include <series/csol_series_op_scalar.h>

Inherits Operation.

Public Member Functions

 CSol_Series_Op_Scalar ()
 
virtual ~CSol_Series_Op_Scalar ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

Operations include the maximum over Series, the minimum over Series, the integral (the sum multipled by spacing), the mean value, the standard deviation and the root-mean-square value.

Constructor & Destructor Documentation

~CSol_Series_Op_Scalar ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual