Normal.GetRangeValue Method

Gets a range value according to the normal 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 Normal
Dim returnValue As Double

returnValue = instance.GetRangeValue()
public override double GetRangeValue()
public:
virtual double GetRangeValue() override
public override function GetRangeValue() : double

Return Value

Type: System.Double
A double value between 0 and 1.

Implements

IDistribution.GetRangeValue()

Permissions

See Also

Reference

Normal Class

Normal Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace