Managed Array Functions<T>.Floor Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Floor( | Computes the largest integer less than or equal to each element of a span. |
Floor( | Computes the largest integer less than or equal to each element of a span. |
Floor<TStorage>(Int32, TStorage, TStorage) | Computes the largest integer less than or equal to each element of an array. |
Floor(Int32, ReadOnlySpan<T>, Int32, Span<T>, Int32)
Computes the largest integer less than or equal to each element of a span.
public override void Floor(
int length,
ReadOnlySpan<T> operand,
int stride,
Span<T> result,
int resultStride
)