Managed Array Functions.Round Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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<Double>, Int32, Int32, Span<Double>, Int32)
Rounds each element of a span to the specified number of digits.
public override void Round(
int length,
ReadOnlySpan<double> operand,
int stride,
int decimals,
Span<double> result,
int resultStride
)