GKRandomDistribution.GetDistributionBetween(IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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