| Name | Description |
---|
  | Floor(Double) |
Calculates the floor rounding function of a double-precision
floating point number.
|
  | Floor(DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the floor rounding function to each element
of the matrix.
|
  | Floor(DoubleVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the floor rounding function to each element of the vector.
|
  | Floor(FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the floor rounding function to each element
of the matrix.
|
  | Floor(FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the floor rounding function to each element of
the given vector.
|
  | Floor(Single) |
Calculates the floor rounding function of a floating point number.
|