Click or drag to resize

RandGenWeibullScale Property

Gets and sets the scale parameter for the Weibull distribution. Must be positive.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Scale { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if set to a number less than or equal to 0.
See Also