Overload List
| Name | Description | |
|---|---|---|
| TriangularDistribution()()() |
Default constructor. Constructs a TriangularDistribution with lower
limit 0, upper limit 1, and mode 0.5.
| |
| TriangularDistribution(Double, Double) |
Constructs a TriangularDistribution instance with the given upper
and lower limits and mode equal to their midpoint.
| |
| TriangularDistribution(Double, Double, Double) |
Constructs a TriangularDistribution with the given parameters.
|