Click or drag to resize

UniformDistribution Properties

The UniformDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCanInvertCdf
Gets a value indicating whether this instance can invert its cumulative distribution function.
(Overrides ProbabilityDistributionCanInvertCdf.)
Public propertyLowerBound
Gets the lower bound of the interval on which this instance is defined.
Public propertyRandomNumberGenerator
Gets or sets the basic random generator for this instance.
(Inherited from RandomDevice.)
Public propertyUpperBound
Gets the upper bound of the interval on which this instance is defined.
Top
See Also