---
title: "vnintf(_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/vnintf(_:)"
---

# vnintf(_:)

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

## Declaration

```swift
func vnintf(_: vFloat) -> vFloat
```

## Return Value

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:

Parameters:

## See Also

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

- [vceilf(_:)](accelerate/vceilf(_:).md)
- [vcopysignf(_:_:)](accelerate/vcopysignf(_:_:).md)
- [vdivf(_:_:)](accelerate/vdivf(_:_:).md)
- [vfabf(_:)](accelerate/vfabf(_:).md)
- [vfabsf(_:)](accelerate/vfabsf(_:).md)
- [vfloorf(_:)](accelerate/vfloorf(_:).md)
- [vintf(_:)](accelerate/vintf(_:).md)
- [vnextafterf(_:_:)](accelerate/vnextafterf(_:_:).md)
- [vrecf(_:)](accelerate/vrecf(_:).md)
- [vrsqrtf(_:)](accelerate/vrsqrtf(_:).md)
- [vsqrtf(_:)](accelerate/vsqrtf(_:).md)
- [vtablelookup(_:_:)](accelerate/vtablelookup(_:_:).md)
- [vtruncf(_:)](accelerate/vtruncf(_:).md)
