Matrix<T>.Ceiling
            
            
            Computes the smallest integer greater than or equal to the elements of a matrix.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
protected virtual Matrix<T> CeilingCore(
	Matrix<T>? result
)