Repeated 1DIntegrator 2D.Initial Direction 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#
A Repeated1DIntegratorDirection value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Repeated1DIntegratorDirection InitialDirection { get; set; }
Property Value
Repeated1DIntegratorDirectionA 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.