Returns a matrix whose components are the components of another matrix
rounded up to the nearest integer.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Matrix Ceiling(
Matrix matrix
)
Public Shared Function Ceiling (
matrix As Matrix
) As Matrix
public:
static Matrix^ Ceiling(
Matrix^ matrix
)
static member Ceiling :
matrix : Matrix -> Matrix
Parameters
- matrix
- Type: Extreme.MathematicsMatrix
A Matrix.
Return Value
Type:
MatrixA matrix whose components are the components of
matrix
rounded up to the nearest integer.
Numerical Libraries
Supported in: 5.x, 4.x
Reference