ExponentialInverse Members
Include Protected Members
Include Inherited Members
A sealed class that defines an inverse exponential distribution for use with data generators.
The ExponentialInverse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExponentialInverse | Initializes a new instance of the ExponentialInverse class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRangeValue | Gets a range value according to the inverse exponential distribution. (Overrides DistributionBase.GetRangeValue().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Initializes the distribution. (Inherited from DistributionBase.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (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 | Provides a method that you can override to customize the behavior of ValidateInputs() method. (Inherited from DistributionBase.) | |
SetInputValues | Sets values on input properties. (Inherited from DistributionBase.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
ValidateInputs | Validates input properties. (Inherited from DistributionBase.) |
Top