Table of Contents

Enum RescaleMethod

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Specifies the method used to rescale values in the Rescale operator.

public enum RescaleMethod

Fields

Clamp = 1

Values outside the specified range are clamped to the lower or upper bounds of the output range.

Linear = 0

Values outside the specified range are extrapolated linearly.