Sdílet prostřednictvím


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
Public constructor Exponential Initializes a new instance of the Exponential class.  

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 Overridden. Gets a range value according to the exponential distribution.  
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.)

Top

See Also

Reference

Exponential Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace