Sdílet prostřednictvím


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
Public property Deviation Gets or sets the deviation value.  

Top

Protected Properties

  Name Description
Protected property Mean Gets the mean value of the normal distribution.  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method 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.)
Public method GetType  (Inherited from Object.)
Public method Initialize  Initializes the distribution.  (Inherited from DistributionBase.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetInputValues  Sets values on input properties.  (Inherited from DistributionBase.)
Public method ToString  (Inherited from Object.)
Public method ValidateInputs  Validates input properties.  (Inherited from DistributionBase.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)
Protected method 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.)
Protected method 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