Matrix.Floor Into<T> Method
Computes the largest integer less than or equal to the elements of a matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A matrix whose elements are the largest integer less than or equal to the corresponding element of matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Matrix<T> FloorInto<T>(
Matrix<T> matrix,
Matrix<T>? result
)
Parameters
Type Parameters
- T
Return Value
Matrix<T>A matrix whose elements are the largest integer less than or equal to the corresponding element of matrix.
Exceptions
Argument | matrix is null. |