Repeated1DIntegrator2D.XIntegrationRule Property

Gets or sets the integration rule used to integrate in the X direction.

Definition

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

Property Value

NumericalIntegrator
An instance of NumericalIntegrator.

See Also