Distribution Members
The abstract base class for distributions.
The following tables list the members exposed by the Distribution type.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
Distribution | Initializes a new instance of the Distribution class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRangeValue | Returns a value that is between 0 and 1 and that represents a point on the distribution curve. |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes an instance of a Distribution. |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
SetInputValues | Sets the input properties for a distribution. |
![]() |
ToString | (Inherited from Object.) |
![]() |
ValidateInputs | Validates that all the required input properties for the distribution have been set. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnGetRangeValue | When overridden in a derived class, returns a value that is between 0 and 1 and that represents a point on the distribution curve. |
![]() |
OnInitialize | When overridden in a derived class, initializes a distribution. |
![]() |
OnSetInputValues | When overridden in a derived class, sets the input properties for a distribution. |
![]() |
OnValidateInputs | When overridden in a derived class, validates that all the required input properties for the distribution have been set. |
Top
See Also
Reference
Distribution Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DistributionInit