WebCab Probability and Statistics Web Services for .NET v3.3 Demo

UniformProbabilityDistribution.SetInterval Method 

Sets the interval over which the uniform probability density function is defined.

public void SetInterval(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower limit of the interval.
upperBound
The upper limit of the interval.

Remarks

That is, the interval over which it takes a positive (non-zero) constant value.

See Also

UniformProbabilityDistribution Class | ProbabilityDistributions Namespace