An NDoc Documented Class Library

UniformDistribution Constructor

Default constructor. The lower bound is set to zero and the upper bound is set to one.

Overload List

Default constructor. The lower bound is set to zero and the upper bound is set to one.

public UniformDistribution();

Create a distribution with the given lower and upper bounds.

public UniformDistribution(double,double);

See Also

UniformDistribution Class | numerics4net.statistics.distribution Namespace