Contents

vnintf(_:)

Rounds to the nearest integer (nearest even for ties).

Declaration

func vnintf(_: vFloat) -> vFloat

Return 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.

See Also

Floating-Point Arithmetic and Auxiliary Functions (from vfp.h)