Click or drag to resize

DiscreteDistribution Class

[Missing <summary> documentation for "T:Demo3D.Common.Random.DiscreteDistribution"]

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomDistributionBase
    Demo3D.Common.RandomDiscreteDistribution
      More

Namespace: Demo3D.Common.Random
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public abstract class DiscreteDistribution : DistributionBase

The DiscreteDistribution type exposes the following members.

Constructors
 NameDescription
Protected methodDiscreteDistributionInitializes a new instance of the DiscreteDistribution class
Protected methodDiscreteDistribution(GeneratorRegistry)Initializes a new instance of the DiscreteDistribution class
Top
Properties
 NameDescription
Public propertyGenerator
(Inherited from DistributionBase)
Top
Methods
 NameDescription
Protected methodDT Distribution Type needed to allow models to be loaded in previous versions.
(Inherited from DistributionBase)
Protected methodInitialize
(Inherited from DistributionBase)
Public methodNext
(Inherited from DistributionBase)
Public methodNextDouble
(Overrides DistributionBaseNextDouble)
Public methodReset
(Inherited from DistributionBase)
Public methodToString
(Inherited from DistributionBase)
Top
See Also
Inheritance Hierarchy