GKRandomDistribution.GetNextInt メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetNextInt() |
分布の境界内の整数を返します。 |
GetNextInt(nuint) |
分布の境界内の整数を返しますが、 より |
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
実装
- 属性