|
MatrixCeiling Method (Double)
|
Returns the largest integer greater than or equal than to the specified
double-precision floating-point number for each element of the array.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double[] Ceiling(
double[] vector
)
Public Shared Function Ceiling (
vector As Double()
) As Double()
Request Example
View SourceParameters
- vector
- Type: SystemDouble
Return Value
Type:
DoubleSee Also