NormalBase Members
The abstract base class for Normal-type distributions.
The following tables list the members exposed by the NormalBase type.
Protected Constructors
Name | Description | |
---|---|---|
NormalBase | Initializes a new instance of the NormalBase class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Deviation | Gets or sets the deviation value. |
Top
Protected Properties
Name | Description | |
---|---|---|
Mean | Gets the mean value of the normal distribution. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRangeValue | Provides the abstract base class that you should implement in derived classes to provide values for a distribution algorithm to generate. (Inherited from DistributionBase.) | |
GetType | (Inherited from Object.) | |
Initialize | Initializes the distribution. (Inherited from DistributionBase.) | |
ReferenceEquals | (Inherited from Object.) | |
SetInputValues | Sets values on input properties. (Inherited from DistributionBase.) | |
ToString | (Inherited from Object.) | |
ValidateInputs | Validates input properties. (Inherited from DistributionBase.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnSetInputValues | Provides a method that you can override to customize the behavior of the SetInputValues(IDictionary<string, object>) method because this method is called by SetInputValues(IDictionary<string, object>). (Inherited from DistributionBase.) | |
OnValidateInputs | Overridden. You can override this method to customize the behavior of the ValidateInputs() method. |
Top
See Also
Reference
NormalBase Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace