Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a range value according to the inverse exponential distribution.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public Overrides Function GetRangeValue As Double
'Usage
Dim instance As ExponentialInverse
Dim returnValue As Double
returnValue = instance.GetRangeValue
public override double GetRangeValue ()
public:
virtual double GetRangeValue () override
public double GetRangeValue ()
public override function GetRangeValue () : double
Return Value
A double value between 0 and 1.
See Also
Reference
ExponentialInverse Class
ExponentialInverse Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace