Click or drag to resize
Accord.NET (logo)

ConstantGenerator Constructor

Initializes a new instance of the ConstantGenerator class.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public ConstantGenerator(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The constant value to be generated.
See Also