FiniteDifferenceMethod.Offsets Property

Gets a span containing the distances between the points where the function is evaluated and the point where the derivative is requested, in units of the stepsize.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public ReadOnlySpan<int> Offsets { get; }

Property Value

ReadOnlySpan<Int32>

See Also