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.
Provides the abstract base class that you should implement in derived classes to provide values for a distribution algorithm to generate.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public MustOverride Function GetRangeValue As Double
'Usage
Dim instance As DistributionBase
Dim returnValue As Double
returnValue = instance.GetRangeValue
public abstract double GetRangeValue ()
public:
virtual double GetRangeValue () abstract
public abstract double GetRangeValue ()
public abstract function GetRangeValue () : double
See Also
Reference
DistributionBase Class
DistributionBase Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace