Aspose.Tasks for C++
|
Represents an item which stores statistical data for the task of the analyzed project. More...
#include <RiskItemStatistics.h>
Inherits System::Object.
Public Member Functions | |
RiskItemType | get_ItemType () const |
Gets an instance of the RiskItemType enumeration. More... | |
System::DateTime | get_Minimum () const |
Gets the minimum value which was generated during Monte Carlo simulation. More... | |
System::DateTime | get_Maximum () const |
Gets the maximum value which was generated during Monte Carlo simulation. More... | |
System::DateTime | get_ExpectedValue () const |
Gets the expected value of the risk item. More... | |
Duration | get_StandardDeviation () const |
Gets the standard deviation of the risk item. More... | |
System::DateTime | GetPercentile (int32_t percent) |
Gets a value below which a specified percentage of generated samples fall. More... | |
System::String | ToString () const override |
Returns short string representation of a risk item. The exact details of the representation are unspecified and subject to change. More... | |
Represents an item which stores statistical data for the task of the analyzed project.
System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_ExpectedValue | ( | ) | const |
Gets the expected value of the risk item.
RiskItemType Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_ItemType | ( | ) | const |
Gets an instance of the RiskItemType enumeration.
System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_Maximum | ( | ) | const |
Gets the maximum value which was generated during Monte Carlo simulation.
System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_Minimum | ( | ) | const |
Gets the minimum value which was generated during Monte Carlo simulation.
Duration Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_StandardDeviation | ( | ) | const |
Gets the standard deviation of the risk item.
System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::GetPercentile | ( | int32_t | percent | ) |
Gets a value below which a specified percentage of generated samples fall.
percent | the specified percent between 0 and 100. |
|
override |
Returns short string representation of a risk item. The exact details of the representation are unspecified and subject to change.