Table of Contents

Enum StepResponse.StepType

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

Indicates on which side of the sample boundary the step value is taken.

public enum StepResponse.StepType
Extension Methods

Fields

Left = 0

The value from the left (lower) sample is used in the transition region.

Mid = 1

The value from the left sample is used when t < 0.5, otherwise the right sample is used.

Right = 2

The value from the right (upper) sample is used in the transition region.