Click or drag to resize
Accord.NET (logo)

MatrixFloor Method (Double)

Returns the largest integer less 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[] Floor(
	double[] vector
)
Request Example View Source

Parameters

vector
Type: SystemDouble

Return Value

Type: Double
See Also