Managed Array Functions Of Single.Ceiling Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
Overload List
Ceiling( | Computes the smallest integer greater than or equal to each element of a span. |
Ceiling( | Computes the smallest integer greater than or equal to each element of a span. |
Ceiling<TStorage>(Int32, TStorage, TStorage) | Computes the smallest integer greater than or equal to each element of an array. |
Ceiling(Int32, ReadOnlySpan<Single>, Int32, Span<Single>, Int32)
Computes the smallest integer greater than or equal to each element of a span.
public override void Ceiling(
int length,
ReadOnlySpan<float> operand,
int stride,
Span<float> result,
int resultStride
)