Dataset2D Operations.Differentiation(Dataset2D param1)

Performs differentiation using the central difference method on a dataset and returns the result as a new dataset. The resultant dataset will be Dimensionless. (See documentation for more details) An ArgumentException is thrown if the input dataset is either invalid or is non-differentiable.

Parameters

Return Value

Type: Dataset2D