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 AdaptiveIntegrator3DRule IntegrationRule3D { get; set; }
Public Property IntegrationRule3D As AdaptiveIntegrator3DRule
Get
Set
public:
property AdaptiveIntegrator3DRule IntegrationRule3D {
AdaptiveIntegrator3DRule get ();
void set (AdaptiveIntegrator3DRule value);
}
member IntegrationRule3D : AdaptiveIntegrator3DRule with get, set
Property Value
Type:
AdaptiveIntegrator3DRuleA
AdaptiveIntegratorNDRule value.
Reference