AdaptiveIntegratorND.IntegrationRule Property

Gets or sets the integration rule used to evaluate the integral in a simple region.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public AdaptiveIntegratorNDRule IntegrationRule { get; set; }

Property Value

AdaptiveIntegratorNDRule
A AdaptiveIntegratorNDRule value.

See Also