Click or drag to resize

ParetoDistribution Class

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

Inheritance Hierarchy

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

The ParetoDistribution type exposes the following members.

Constructors
  NameDescription
Public methodParetoDistribution
Initializes a new instance of the ParetoDistribution class
Public methodParetoDistribution(GeneratorRegistry)
Initializes a new instance of the ParetoDistribution class
Top
Properties
  NameDescription
Public propertyAlpha
Public propertyBeta
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
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 memberDefaultBeta
The default value assigned to Beta if none is specified.
Top
See Also