Repeated1DIntegrator2D.YIntegrationRule Property

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

Definition

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

Property Value

NumericalIntegrator
An instance of NumericalIntegrator.

See Also