Skip to content

useFloor

Category
Export Size
114 B
Package
@vueuse/math
Last Changed
2 years ago

Reactive Math.floor.

Usage

ts
import { useFloor } from '@vueuse/math'

const value = ref(45.95)
const result = useFloor(value) // 45

Type Declarations

typescript
/**
 * Reactive `Math.floor`
 *
 * @see https://vueuse.org/useFloor
 */
export declare function useFloor(
  value: MaybeRefOrGetter<number>,
): ComputedRef<number>

Source

SourceDocs

Contributors

Anthony Fu
webfansplz

Changelog

v10.0.0-beta.4 on 4/13/2023
4d757 - feat(types)!: rename MaybeComputedRef to MaybeRefOrGetter
0a72b - feat(toValue): rename resolveUnref to toValue

Released under the MIT License.

Free AI Workshop
Build smarter apps with LLMs, agents, MCPs, and advanced AI tooling
Boost Your Workflow
July 8