@root classes

class Mean

^ 
    extends { MultiArgFunction, MultiArgFunction } as public

the Mean class calculates the statistical mean of all of the arguments when it is evaluated
Source:
arithnodes.h:467
Author:
jhc7duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Meandestructor publicautomatically generated
Meanconstructor publicundocumented
Meanconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public evaluate the mean of the arguments
operator =operator publicautomatically generated

destructor ~Mean

? ^  > 
automatically generated
Source:
arithnodes.h
Code:
public ~ Mean ( )

constructor Mean

? ^  < > 
undocumented
Source:
arithnodes.h:472
Code:
public Mean ( vector < Node * > args ) : MultiArgFunction ( args )

constructor Mean

? ^  < > 
automatically generated
Source:
arithnodes.h
Code:
public Mean ( const Mean & )

method copy

? ^  < > 
returns a pointer to a new copy of itself
Source:
arithnodes.h:493
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
return the description of the Node
Source:
arithnodes.h:501
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
evaluate the mean of the arguments
Source:
arithnodes.h:485
Code:
public virtual dataType evaluate ( ) const

operator =

? ^  < > 
automatically generated
Source:
arithnodes.h
Code:
public Mean & operator = ( const Mean & )

Created Sun Oct 6 20:56:56 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.