Share via


ExponentialInverse.GetRangeValue Method

Gets a range value according to 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 ExponentialInverse
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 value between 0 and 1.

Implements

IDistribution.GetRangeValue()

.NET Framework Security

See Also

Reference

ExponentialInverse Class

ExponentialInverse Members

Microsoft.Data.Schema.Generators.Sql Namespace