Simple Integration Rule.Map Method
Creates a new integration rule that applies the current rule over
the specified interval.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
An integration rule that integrates over the interval from lowerBound to upperBound.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public SimpleIntegrationRule Map(
double lowerBound,
double upperBound
)Parameters
- lowerBound Double
- The lower bound of the new interval.
- upperBound Double
- The upper bound of the new interval.
Return Value
SimpleIntegrationRuleAn integration rule that integrates over the interval from lowerBound to upperBound.
Exceptions
| Invalid | The interval is not finite. |