Performs integration using the trapezoidal rule 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 contains less than two values.
Declaration Syntax
public static Dataset2D Integration(Dataset2D dataset)
Parameters
- dataset(Dataset2D)
No details are provided for this entry.