Finite Difference Method.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ReadOnlySpan<int> Offsets { get; }