Share via


ExponentialInverse Class

A sealed class that defines an inverse 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 ExponentialInverse _
    Inherits DistributionBase
'Usage
Dim instance As ExponentialInverse
public sealed class ExponentialInverse : DistributionBase
public ref class ExponentialInverse sealed : public DistributionBase
public final class ExponentialInverse extends DistributionBase

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamSystem.Data.Generators.DistributionBase
    Microsoft.VisualStudio.TeamSystem.Data.Generators.ExponentialInverse

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

ExponentialInverse Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace