Dataset2D Operations.ShiftAxis(Dataset2D param1, Quantity param2, Quantity param3)

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.

Parameters

  • param1
    Type: Dataset2D
  • param2
    Type: Quantity
  • param3
    Type: Quantity

Return Value

Type: Dataset2D