Normal.GetRangeValue Method
Gets a range value for the relevant distribution.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.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
abstract GetRangeValue : unit -> float
override GetRangeValue : unit -> float
Return Value
Type: System.Double
Returns a double in the range 0 to 1.
Implements
.NET Framework Security
- 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.