Share via


GKRandomDistribution.GetDistributionBetween(IntPtr, IntPtr) Method

Definition

Creates and returns a GKRandomDistribution between the provided values.

[Foundation.Export("distributionWithLowestValue:highestValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static GameplayKit.GKRandomDistribution GetDistributionBetween(IntPtr lowestInclusive, IntPtr highestInclusive);
[<Foundation.Export("distributionWithLowestValue:highestValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDistributionBetween : nativeint * nativeint -> GameplayKit.GKRandomDistribution

Parameters

lowestInclusive
IntPtr

nativeint

highestInclusive
IntPtr

nativeint

Returns

Attributes

Applies to