vnintf(_:)
Rounds to the nearest integer (nearest even for ties).
Declaration
func vnintf(_: vFloat) -> vFloatReturn Value
Returns a vector of floating-point values, each of which is the result of rounding the corresponding value in A to the nearest integer, with ties rounded to the nearest even integer.
Parameters:
- A
The input vector.