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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.