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