Exponential Class
A sealed class that defines the exponential distribution for use with data generators.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public NotInheritable Class Exponential
Inherits DistributionBase
'Usage
Dim instance As Exponential
public sealed class Exponential : DistributionBase
public ref class Exponential sealed : public DistributionBase
public final class Exponential extends DistributionBase
public final class Exponential extends DistributionBase
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamSystem.Data.Generators.DistributionBase
Microsoft.VisualStudio.TeamSystem.Data.Generators.Exponential
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Exponential Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace