LibreOffice Module sc (master) 1
|
#include <interpre.hxx>
Public Attributes | |
KahanSum | mfSum = 0.0 |
double | mfCount = 0.0 |
double | mfMin = std::numeric_limits<double>::max() |
double | mfMax = std::numeric_limits<double>::lowest() |
Definition at line 62 of file interpre.hxx.
double sc::ParamIfsResult::mfCount = 0.0 |
Definition at line 65 of file interpre.hxx.
Referenced by ScInterpreter::IterateParametersIfs().
double sc::ParamIfsResult::mfMax = std::numeric_limits<double>::lowest() |
Definition at line 67 of file interpre.hxx.
Referenced by ScInterpreter::IterateParametersIfs().
double sc::ParamIfsResult::mfMin = std::numeric_limits<double>::max() |
Definition at line 66 of file interpre.hxx.
Referenced by ScInterpreter::IterateParametersIfs().
KahanSum sc::ParamIfsResult::mfSum = 0.0 |
Definition at line 64 of file interpre.hxx.
Referenced by ScInterpreter::IterateParametersIfs().