This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRandomNumberGenerator Interface > IGPRandomNumberGenerator.GetValue Method (ArcObjects .NET 10.4 SDK) |
Generates the next random number value.
[Visual Basic .NET] Public Function GetValue ( _ ByVal distribution As String _ ) As Double
[C#] public double GetValue ( string distribution );
[C++]
HRESULT GetValue(
BSTR distribution,
double* Value
);
[C++]
Parameters distribution [in] distribution is a parameter of type BSTR Value [out, retval] Value is a parameter of type double