Managed Array Functions<T>.Ceiling Method
Computes the smallest integer greather than or equal to each element of an array.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual void Ceiling(
int length,
ArraySlice<T> operand,
ArraySlice<T> result
)
Parameters
- length Int32
- The number of elements in the array.
- operand ArraySlice<T>
- The array that holds the operands.
- result ArraySlice<T>
- The array that holds the results.