![]() |
DistributionParameterInfo Properties |
The DistributionParameterInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultValue |
Gets the default value for this parameter (i.e. in a NormalDistribution,
the default value for the mean is 0).
|
![]() | IsBuildable |
Gets a value indicating whether it is possible to discover enough
information about this constructor such that the distribution can
be constructed using reflection.
|
![]() | Name |
Gets the name of this parameter.
|
![]() | ParameterInfo |
Gets the reflection parameter information.
|
![]() | Position |
Gets the position of this parameter in the declaration of the constructor.
|
![]() | Range |
Gets the range of valid values for this parameter (i.e. in a NormalDistribution,
the standard deviation parameter cannot be negative).
|