Click or drag to resize

DistributionBase Class

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

Inheritance Hierarchy

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

The DistributionBase type exposes the following members.

Constructors
 NameDescription
Protected methodDistributionBaseInitializes 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