Vector<T>.Ceiling Core Method
Computes the smallest integers greater than the elements of a vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected virtual Vector<T> CeilingCore(
Vector<T>? result
)