Click or drag to resize

ExponentialDistribution Constructor

Initializes a new instance of the ExponentialDistribution class having the specified rate parameter.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ExponentialDistribution(
	double rate
)

Parameters

rate
Type: SystemDouble
The rate.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionrate is not positive.
See Also