An NDoc Documented Class Library

UniformDistribution Constructor (Double, Double)

Create a distribution with the given lower and upper bounds.

public UniformDistribution(
   double a,
   double b
);

Parameters

a
The lower bound parameter.
b
The upper bound parameter.

See Also

UniformDistribution Class | numerics4net.statistics.distribution Namespace | UniformDistribution Constructor Overload List