SKRange.CreateWithUpperLimit(nfloat) 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 a semi-infinite range with the specified upper bound, inclusive.
[Foundation.Export("rangeWithUpperLimit:")]
public static SpriteKit.SKRange CreateWithUpperLimit (nfloat upper);
static member CreateWithUpperLimit : nfloat -> SpriteKit.SKRange
Parameters
- upper
- nfloat
Returns
- Attributes