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