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

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public UniformDistributionF(
	float minValue,
	float maxValue
)

Parameters

minValue
Type: SystemSingle
The minimum value.
maxValue
Type: SystemSingle
The maximum value.
See Also