|
DistributionConstructorInfo Constructor
|
Namespace:
Accord.Statistics.Distributions.Reflection
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public DistributionConstructorInfo(
ConstructorInfo constructor
)
Public Sub New (
constructor As ConstructorInfo
)
Request Example
View SourceParameters
- constructor
- Type: System.ReflectionConstructorInfo
The distribution's constructor.
See Also