LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScTDistFunction Class Reference
Inheritance diagram for ScTDistFunction:
[legend]
Collaboration diagram for ScTDistFunction:
[legend]

Public Member Functions

 ScTDistFunction (ScInterpreter &rI, double fpVal, double fDFVal, int nType)
 
virtual ~ScTDistFunction ()
 
double GetValue (double x) const override
 

Private Attributes

ScInterpreterrInt
 
double fp
 
double fDF
 
int nT
 

Detailed Description

Definition at line 2249 of file interpr3.cxx.

Constructor & Destructor Documentation

◆ ScTDistFunction()

ScTDistFunction::ScTDistFunction ( ScInterpreter rI,
double  fpVal,
double  fDFVal,
int  nType 
)
inline

Definition at line 2256 of file interpr3.cxx.

◆ ~ScTDistFunction()

virtual ScTDistFunction::~ScTDistFunction ( )
inlinevirtual

Definition at line 2259 of file interpr3.cxx.

Member Function Documentation

◆ GetValue()

double ScTDistFunction::GetValue ( double  x) const
inlineoverride

Definition at line 2261 of file interpr3.cxx.

References fDF, fp, ScInterpreter::GetTDist(), nT, rInt, and x.

Member Data Documentation

◆ fDF

double ScTDistFunction::fDF
private

Definition at line 2252 of file interpr3.cxx.

Referenced by GetValue().

◆ fp

double ScTDistFunction::fp
private

Definition at line 2252 of file interpr3.cxx.

Referenced by GetValue().

◆ nT

int ScTDistFunction::nT
private

Definition at line 2253 of file interpr3.cxx.

Referenced by GetValue().

◆ rInt

ScInterpreter& ScTDistFunction::rInt
private

Definition at line 2251 of file interpr3.cxx.

Referenced by GetValue().


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