Differentiation(Dataset2D)

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.

Declaration Syntax

public static Dataset2D Differentiation(Dataset2D dataset)

Parameters

dataset(Dataset2D)

No details are provided for this entry.