Click or drag to resize

EnumerableExtensionsGetDifferences Method

Overload List
 NameDescription
Public Extension MethodGetDifferences(IEnumerableDouble) Gets the differences x[i+1] - x[i], for i = 0 .. x.Count-2.
Public Extension MethodGetDifferences(ReadOnlyMemoryDouble) Gets the differences x[i+1] - x[i], for i = 0 .. x.Count-2.
Top
See Also