Gets or sets the integration rule used to evaluate the integral in a simple region.
Namespace:
Extreme.Mathematics.Calculus
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public AdaptiveIntegratorNDRule IntegrationRule { get; set; }
Public Property IntegrationRule As AdaptiveIntegratorNDRule
Get
Set
public:
property AdaptiveIntegratorNDRule IntegrationRule {
AdaptiveIntegratorNDRule get ();
void set (AdaptiveIntegratorNDRule value);
}
member IntegrationRule : AdaptiveIntegratorNDRule with get, set
Property Value
Type:
AdaptiveIntegratorNDRuleA
AdaptiveIntegratorNDRule value.
Reference