IArray Functions<T, TShape, TArray>.Ceiling Method
Computes the smallest integer greater 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
void Ceiling(
TShape shape,
TArray operand,
TArray result
)