Table of Contents

Class ExpressionIntegration

Namespace
Utils.Mathematics.Expressions
Assembly
Utils.Mathematics.dll

Provides the historical non-generic entry-point for double-based integration.

public class ExpressionIntegration : ExpressionIntegration<double>
Inheritance
ExpressionIntegration
Inherited Members
Extension Methods

Constructors

ExpressionIntegration(string)

Initializes a new instance of the ExpressionIntegration class.

public ExpressionIntegration(string parameterName)

Parameters

parameterName string

The name of the parameter serving as the integration variable.