Matrix.Floor Into<T> Method
Computes the largest integer less than or equal to the elements of a matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix whose elements are the largest integer less than or equal to the corresponding element of matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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 |