Click or drag to resize

DiscreteDistribution Class

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

Inheritance Hierarchy

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

The DiscreteDistribution type exposes the following members.

Constructors
  NameDescription
Protected methodDiscreteDistribution
Initializes 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.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertyStream (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