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

# vfloorf(_:)

Computes the floor of values in a vector of floating-point values.

## Declaration

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

## Return Value

Return Value Returns a vector of floating-point values, each of which is the floor of the corresponding value in A.

## 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)
- [vintf(_:)](accelerate/vintf(_:).md)
- [vnintf(_:)](accelerate/vnintf(_:).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)
