Repeated1DIntegrator2D.InitialDirection Property

Gets or sets which direction should be integrated first.

Definition

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

Property Value

Repeated1DIntegratorDirection
A Repeated1DIntegratorDirection value.

Remarks

Integration over a 2D region is the same as integration in one direction, and subsequent integration over the resulting integrands in the other direction. Mathematically, there is no difference, but numerically, the results may be slightly different.

The default is X.

See Also