SKRange.CreateWithVariance(nfloat, 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 an inclusive range from the specified value an variance.
[Foundation.Export("rangeWithValue:variance:")]
public static SpriteKit.SKRange CreateWithVariance (nfloat value, nfloat variance);
static member CreateWithVariance : nfloat * nfloat -> SpriteKit.SKRange
Parameters
- value
- nfloat
- variance
- nfloat
Returns
- Attributes