Condividi tramite


GKRandomDistribution.GetNextInt Metodo

Definizione

Overload

GetNextInt()

Restituisce un numero intero nei limiti della distribuzione.

GetNextInt(nuint)

Restituisce un numero intero nei limiti della distribuzione, ma non maggiore di upperBound.

GetNextInt()

Restituisce un numero intero nei limiti della distribuzione.

[Foundation.Export("nextInt")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual nint GetNextInt ();
abstract member GetNextInt : unit -> nint
override this.GetNextInt : unit -> nint

Restituisce

System.System.IntPtr System.nativeint

Implementazioni

Attributi

Si applica a

GetNextInt(nuint)

Restituisce un numero intero nei limiti della distribuzione, ma non maggiore di upperBound.

[Foundation.Export("nextIntWithUpperBound:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual nuint GetNextInt (nuint upperBound);
abstract member GetNextInt : nuint -> nuint
override this.GetNextInt : nuint -> nuint

Parametri

upperBound
System.System.UIntPtr System.unativeint

Restituisce

System.System.UIntPtr System.unativeint

Implementazioni

Attributi

Si applica a