Click or drag to resize

LognormalDistribution Class

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

Inheritance Hierarchy

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

The LognormalDistribution type exposes the following members.

Constructors
  NameDescription
Public methodLognormalDistribution
Initializes a new instance of the LognormalDistribution class
Public methodLognormalDistribution(GeneratorRegistry)
Initializes a new instance of the LognormalDistribution class
Top
Properties
  NameDescription
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyMu
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertySigma
Public propertyStream (Inherited from DistributionBase.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultMu
The default value assigned to Mu if none is specified.
Public fieldStatic memberDefaultSigma
The default value assigned to Sigma if none is specified.
Top
See Also