Click or drag to resize
DigitalRuneDistributionT Class
Base class of probability distributions.
Inheritance Hierarchy
SystemObject
  DigitalRune.Mathematics.StatisticsDistributionT
    More...

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public abstract class Distribution<T>

Type Parameters

T
The type of the random value.

The DistributionT type exposes the following members.

Constructors
  NameDescription
Protected methodDistributionT
Initializes a new instance of the DistributionT class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext
Gets a new random value for the underlying probability distribution.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyNextValue Obsolete.
Gets a new random value for the underlying probability distribution.
Public propertyRandom Obsolete.
Gets or sets the random number generator.
Top
See Also
Inheritance Hierarchy
SystemObject
  DigitalRune.Mathematics.StatisticsDistributionT
    DigitalRune.Mathematics.StatisticsBoxDistribution
    DigitalRune.Mathematics.StatisticsCircleDistribution
    DigitalRune.Mathematics.StatisticsConstValueDistributionT
    DigitalRune.Mathematics.StatisticsDirectionDistribution
    DigitalRune.Mathematics.StatisticsFastGaussianDistributionD
    DigitalRune.Mathematics.StatisticsFastGaussianDistributionF
    DigitalRune.Mathematics.StatisticsInt32UniformDistribution
    DigitalRune.Mathematics.StatisticsLineSegmentDistribution
    DigitalRune.Mathematics.StatisticsSphereDistribution
    DigitalRune.Mathematics.StatisticsUniformDistributionD
    DigitalRune.Mathematics.StatisticsUniformDistributionF