  | TriangularDistributionUpperLimit Property | 
            Gets the upper limit of the distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double UpperLimit { get; }Public ReadOnly Property UpperLimit As Double
	Get
public:
property double UpperLimit {
	double get ();
}member UpperLimit : float with get
Property Value
Double
See Also