GKNoise.Clamp(Double, Double) Method

Definition

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

Applies to