Click or drag to resize
Accord.NET (logo)

DistributionConstructorInfoIsBuildable Property

Gets a value indicating whether it is possible to discover enough information about this constructor such that the distribution can be constructed using reflection.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool IsBuildable { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is buildable; otherwise, false.
See Also