Click or drag to resize

NormalDistribution Class

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

Inheritance Hierarchy

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

The NormalDistribution type exposes the following members.

Constructors
  NameDescription
Public methodNormalDistribution
Initializes a new instance of the NormalDistribution class
Public methodNormalDistribution(GeneratorRegistry)
Initializes a new instance of the NormalDistribution class
Top
Properties
  NameDescription
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyMean
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertyStandardDeviation
Public propertyStream (Inherited from DistributionBase.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultMean
The default value assigned to Mean if none is specified.
Public fieldStatic memberDefaultStandardDeviation
The default value assigned to StandardDeviation if none is specified.
Top
See Also