Triangular Distribution.Upper Bound Property
Gets the largest possible value of the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The largest possible value of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double UpperBound { get; }
Property Value
DoubleThe largest possible value of the distribution.
Remarks
This property is read-only.