GKNoise.Clamp(Double, Double) 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.
Clamps values outside [, ] to the specified range.
[Foundation.Export("clampWithLowerBound:upperBound:")]
public virtual void Clamp (double lowerBound, double upperBound);
abstract member Clamp : double * double -> unit
override this.Clamp : double * double -> unit
Parameters
- lowerBound
- Double
- upperBound
- Double
- Attributes