Click or drag to resize

DistributionBase Class

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

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

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

The DistributionBase type exposes the following members.

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