Gets the generation method.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleRandomLogNormalDistribution..::.GenerationMethod Method { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property Method As DoubleRandomLogNormalDistribution..::.GenerationMethod |
| Visual C++ |
|---|
public: property DoubleRandomLogNormalDistribution..::.GenerationMethod Method { DoubleRandomLogNormalDistribution..::.GenerationMethod get (); void set (DoubleRandomLogNormalDistribution..::.GenerationMethod value); } |