Click or drag to resize
DigitalRuneFastGaussianDistributionF Constructor (Single, Single)
Initializes a new instance of the FastGaussianDistributionF class.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public FastGaussianDistributionF(
	float expectedValue,
	float standardDeviation
)

Parameters

expectedValue
Type: SystemSingle
The expected value.
standardDeviation
Type: SystemSingle
The standard deviation.
See Also