Repeated1DIntegrator2D.XIntegrationRule Property

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

Definition

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

Property Value

NumericalIntegrator
An instance of NumericalIntegrator.

See Also