Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

vector
Type: SystemDouble

Return Value

Type: Double
See Also