Share via


Distribution.GetRangeValue Method

Returns a value between 0 and 1 that represents a point on the distribution curve.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Function GetRangeValue As Double
public double GetRangeValue()
public:
virtual double GetRangeValue() sealed
abstract GetRangeValue : unit -> float 
override GetRangeValue : unit -> float 
public final function GetRangeValue() : double

Return Value

Type: System.Double
Returns a double value between 0.0 and 1.0, inclusive.

Implements

IDistribution.GetRangeValue()

Remarks

The GetRangeValue method cannot be overridden. The returned value is obtained by calling the OnGetRangeValue method.

To modify the functionality of the GetRangeValue method, you must override the OnGetRangeValue method.

.NET Framework Security

See Also

Reference

Distribution Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

OnGetRangeValue