Managed Array Functions<T>.Round 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
Round( | Rounds each element of a span to the nearest integer. |
Round( | Rounds each element of a span to the specified number of digits. |
Round( | Rounds each element of a span to the nearest integer. |
Round( | Rounds each element of a span to the specified number of digits. |
Round<TStorage>(Int32, TStorage, TStorage) | Rounds each element of an array to the nearest integer. |
Round<TStorage>(Int32, TStorage, Int32, TStorage) | Rounds each element of an array to the specified number of digits. |
Round(Int32, ReadOnlySpan<T>, Int32, Int32, Span<T>, Int32)
Rounds each element of a span to the specified number of digits.
public override void Round(
int length,
ReadOnlySpan<T> operand,
int stride,
int decimals,
Span<T> result,
int resultStride
)