core: provide ParetoRandomVariable::GetScale implementation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
callback_classes = [
|
||||
['void', 'unsigned char*', 'int', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['void', 'unsigned char*', 'long', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['void', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['bool', 'std::string', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
]
|
||||
|
||||
@@ -500,6 +500,13 @@ ParetoRandomVariable::GetMean (void) const
|
||||
}
|
||||
|
||||
double
|
||||
ParetoRandomVariable::GetScale (void) const
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
return m_scale;
|
||||
}
|
||||
|
||||
double
|
||||
ParetoRandomVariable::GetShape (void) const
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
|
||||
Reference in New Issue
Block a user