Master |
public enum ShiftXBy
Member name | Value | Description |
---|---|---|
Factor | 0 | Shifts by multiplying a constant value to all x values. Use this if your x values are not logarithmized already. |
Offset | 1 | Shifts by adding a constant value to all x values. Use this if your x values are already logarithmized. |