Click or drag to resize

NMathFunctionsCeil Method

Overload List
 NameDescription
Public methodStatic memberCeil(Double) Calculates the ceiling rounding function of a double-precision floating point number.
Public methodStatic memberCeil(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the ceiling rounding function to each element of the matrix.
Public methodStatic memberCeil(DoubleVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the ceiling rounding function to each element of the vector.
Public methodStatic memberCeil(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the ceiling rounding function to each element of the matrix.
Public methodStatic memberCeil(FloatVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the ceiling rounding function to each element of the given vector.
Public methodStatic memberCeil(Single) Calculates the ceiling rounding function of a floating point number.
Top
See Also