Поделиться через


GKRandomDistribution.GetNextInt Метод

Определение

Перегрузки

GetNextInt()

Возвращает целое число в границах распределения.

GetNextInt(nuint)

Возвращает целое число в границах распределения, но не больше upperBound.

GetNextInt()

Возвращает целое число в границах распределения.

[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

Возвращаемое значение

System.System.IntPtr System.nativeint

Реализации

Атрибуты

Применяется к

GetNextInt(nuint)

Возвращает целое число в границах распределения, но не больше 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

Параметры

upperBound
System.System.UIntPtr System.unativeint

Возвращаемое значение

System.System.UIntPtr System.unativeint

Реализации

Атрибуты

Применяется к