Click or drag to resize

NMathFunctionsFloor Method

Overload List
 NameDescription
Public methodStatic memberFloor(Double) Calculates the floor rounding function of a double-precision floating point number.
Public methodStatic memberFloor(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.
Public methodStatic memberFloor(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.
Public methodStatic memberFloor(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.
Public methodStatic memberFloor(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.
Public methodStatic memberFloor(Single) Calculates the floor rounding function of a floating point number.
Top
See Also