 | FloatRandomWeibullDistribution Constructor (Single, Single, Single) |
Constructs a random number generator for a Weibull distribution
using the specified distribution parameters.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatRandomWeibullDistribution(
float shape,
float displacement,
float scale
)
Public Sub New (
shape As Single,
displacement As Single,
scale As Single
)
public:
FloatRandomWeibullDistribution(
float shape,
float displacement,
float scale
)
new :
shape : float32 *
displacement : float32 *
scale : float32 -> FloatRandomWeibullDistribution
Parameters
- shape
- Type: SystemSingle
Shape. - displacement
- Type: SystemSingle
Displacement. - scale
- Type: SystemSingle
Scale factor.
See Also