AdaptiveIntegratorND.IntegrationRule3D Property

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

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public AdaptiveIntegrator3DRule IntegrationRule3D { get; set; }

Property Value

AdaptiveIntegrator3DRule
A AdaptiveIntegratorNDRule value.

See Also