Click or drag to resize

ErlangDistribution Class

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

Inheritance Hierarchy

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class ErlangDistribution : ContinuousDistribution

The ErlangDistribution type exposes the following members.

Constructors
  NameDescription
Public methodErlangDistribution
Initializes a new instance of the ErlangDistribution class
Public methodErlangDistribution(GeneratorRegistry)
Initializes a new instance of the ErlangDistribution class
Top
Properties
  NameDescription
Public propertyAlpha
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyLambda
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertyStream (Inherited from DistributionBase.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultAlpha
The default value assigned to Alpha if none is specified.
Public fieldStatic memberDefaultLambda
The default value assigned to Lambda if none is specified.
Top
See Also