WebCab Probability and Statistics for COM v3.3 Demo

UniformProbabilityDistribution.Probability Method 

Calculates the uniform probability for the interval of the real line [upperBound,upperBound].

public double Probability(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower bound of the interval of the real line over which the uniform probability is calculated.
upperBound
The upper bound of the interval of the real line over which the uniform probability is calculated.

See Also

UniformProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace