vfloorf(_:)
Computes the floor of values in a vector of floating-point values.
Declaration
func vfloorf(_: vFloat) -> vFloatReturn Value
Returns a vector of floating-point values, each of which is the floor of the corresponding value in A.
Parameters
- A
The input vector.