Repeated1DIntegrator2D.YIntegrationRule Property

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

Definition

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

Property Value

NumericalIntegrator
An instance of NumericalIntegrator.

See Also