Share via


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

IDistribution.GetRangeValue()

.NET Framework Security

See Also

Reference

Normal Class

Normal Members

Microsoft.Data.Schema.Generators.Sql Namespace