Exponential Members
A sealed class that defines the exponential distribution for use with data generators.
The following tables list the members exposed by the Exponential type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
Exponential | Initializes a new instance of the Exponential class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRangeValue | Overridden. Gets a range value according to the exponential distribution. |
![]() |
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.) |
Top
See Also
Reference
Exponential Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace