Shifts the dataset values by a value provided in the input for each axis. The new resultant dataset is returned as the output. The resultant dataset will maintain the same Quantity and units as the input dataset. An ArgumentException is thrown if the input dataset is invalid.
Declaration Syntax
public static Dataset2D ShiftAxis(Dataset2D dataset, Quantity x_shift_value, Quantity y_shift_value)
Parameters
- dataset(Dataset2D)
No details are provided for this entry.
- x_shift_value(Quantity)
No details are provided for this entry.
- y_shift_value(Quantity)
No details are provided for this entry.