|
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; }
Public ReadOnly Property IsBuildable As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance is buildable; otherwise,
false.
See Also