|
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
)
Public Shared Function Floor (
vector As Double()
) As Double()
Request Example
View SourceParameters
- vector
- Type: SystemDouble
Return Value
Type:
DoubleSee Also