Helper to hold one point of the CDF. More...
Public Member Functions | |
ValueCDF () | |
Constructor. | |
ValueCDF (double v, double c) | |
Construct from values. | |
Public Attributes | |
double | cdf |
The CDF at value | |
double | value |
The argument value. | |
Helper to hold one point of the CDF.
Definition at line 2022 of file random-variable-stream.h.
ns3::EmpiricalRandomVariable::ValueCDF::ValueCDF | ( | ) |
Construct from values.
[in] | v | The argument value. |
[in] | c | The CDF at the argument value v |
Definition at line 1545 of file random-variable-stream.cc.
References NS_ASSERT, and NS_LOG_FUNCTION.
double ns3::EmpiricalRandomVariable::ValueCDF::cdf |
The CDF at value
Definition at line 2038 of file random-variable-stream.h.
Referenced by ns3::EmpiricalRandomVariable::Validate().
double ns3::EmpiricalRandomVariable::ValueCDF::value |
The argument value.
Definition at line 2036 of file random-variable-stream.h.
Referenced by ns3::EmpiricalRandomVariable::Validate().