Share via


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
Aa980692.pubmethod(en-us,VS.90).gif ExponentialInverse Initializes a new instance of the ExponentialInverse class.

Top

Methods

  Name Description
Aa980692.pubmethod(en-us,VS.90).gif Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Aa980692.protmethod(en-us,VS.90).gif 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.)
Aa980692.pubmethod(en-us,VS.90).gif GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Aa980692.pubmethod(en-us,VS.90).gif GetRangeValue Gets a range value according to the inverse exponential distribution. (Overrides DistributionBase.GetRangeValue().)
Aa980692.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa980692.pubmethod(en-us,VS.90).gif Initialize Initializes the distribution. (Inherited from DistributionBase.)
Aa980692.protmethod(en-us,VS.90).gif MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Aa980692.protmethod(en-us,VS.90).gif 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.)
Aa980692.protmethod(en-us,VS.90).gif OnValidateInputs Provides a method that you can override to customize the behavior of ValidateInputs() method. (Inherited from DistributionBase.)
Aa980692.pubmethod(en-us,VS.90).gif SetInputValues Sets values on input properties. (Inherited from DistributionBase.)
Aa980692.pubmethod(en-us,VS.90).gif ToString Returns a String that represents the current Object. (Inherited from Object.)
Aa980692.pubmethod(en-us,VS.90).gif ValidateInputs Validates input properties. (Inherited from DistributionBase.)

Top

See Also

Reference

ExponentialInverse Class

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace