Click or drag to resize

GammaDistribution Class

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

Inheritance Hierarchy

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

The GammaDistribution type exposes the following members.

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