Span Extensions.Map In Place<T> Method
Applies a function in-place to the elements of a span.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static void MapInPlace<T>(
this Span<T> span,
Func<T, T> function
)
Parameters
Type Parameters
- T
- The type of the elements of the span.