Click or drag to resize
Accord.NET (logo)

DistributionConstructorInfo Constructor

Initializes a new instance of the DistributionConstructorInfo class.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DistributionConstructorInfo(
	ConstructorInfo constructor
)
Request Example View Source

Parameters

constructor
Type: System.ReflectionConstructorInfo
The distribution's constructor.
See Also