Click or drag to resize

LognormalDistribution Class

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

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

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

The LognormalDistribution type exposes the following members.

Constructors
 NameDescription
Public methodLognormalDistributionInitializes 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 propertyMu 
Public propertySigma 
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