Partager via


Distribution.GetRangeValue, méthode

Retourne une valeur comprise entre 0 et 1 qui représente un point sur la courbe de distribution.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
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

Valeur de retour

Type : System.Double
Retourne une valeur double comprise entre 0.0 et 1.0 inclus.

Implémentations

IDistribution.GetRangeValue()

Notes

La méthode GetRangeValue ne peut pas être substituée. La valeur retournée est obtenue en appelant la méthode OnGetRangeValue.

Pour modifier la fonctionnalité de la méthode GetRangeValue, vous devez substituer la méthode OnGetRangeValue.

Sécurité .NET Framework

Voir aussi

Référence

Distribution Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms

OnGetRangeValue