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