LibreOffice Module sc (master) 1
Public Attributes | List of all members
sc::ParamIfsResult Struct Reference

#include <interpre.hxx>

Collaboration diagram for sc::ParamIfsResult:
[legend]

Public Attributes

KahanSum mfSum = 0.0
 
double mfCount = 0.0
 
double mfMin = std::numeric_limits<double>::max()
 
double mfMax = std::numeric_limits<double>::lowest()
 

Detailed Description

Definition at line 62 of file interpre.hxx.

Member Data Documentation

◆ mfCount

double sc::ParamIfsResult::mfCount = 0.0

Definition at line 65 of file interpre.hxx.

Referenced by ScInterpreter::IterateParametersIfs().

◆ mfMax

double sc::ParamIfsResult::mfMax = std::numeric_limits<double>::lowest()

Definition at line 67 of file interpre.hxx.

Referenced by ScInterpreter::IterateParametersIfs().

◆ mfMin

double sc::ParamIfsResult::mfMin = std::numeric_limits<double>::max()

Definition at line 66 of file interpre.hxx.

Referenced by ScInterpreter::IterateParametersIfs().

◆ mfSum

KahanSum sc::ParamIfsResult::mfSum = 0.0

Definition at line 64 of file interpre.hxx.

Referenced by ScInterpreter::IterateParametersIfs().


The documentation for this struct was generated from the following file: