Click or drag to resize

ParetoDistribution Class

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

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

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
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.)
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