Share via


GKNoise.Clamp(Double, Double) Method

Definition

[Foundation.Export("clampWithLowerBound:upperBound:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Clamp(double lowerBound, double upperBound);
[<Foundation.Export("clampWithLowerBound:upperBound:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Clamp : double * double -> unit
override this.Clamp : double * double -> unit

Parameters

lowerBound
Double
upperBound
Double
Attributes

Applies to