Enum ExtrapolationType

ExtrapolationType enumeration

Extrapolation type.

public enum ExtrapolationType

Values

NameValueDescription
Constant0Value will keep the same value of the last value
Gradient1Value will keep the same slope by time
Cycle2The repetition.
CycleRelative3Repeat the previous pattern based on the last value
Oscillate4The mirror repetition.

See Also