NegativeFloat<T>
Defined in: packages/react-querybuilder/src/types/type-fest/numeric.ts:143
A negative (-∞ < x < 0
) number
that is not an integer.
Equivalent to Negative<Float<T>>
.
Use-case: Validating and documenting parameters.
Type Parameters
Type Parameter |
---|
T extends number |
See
- Negative
- Float
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.