次の方法で共有


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

実装

属性

適用対象