@pengzhanbo/utils - v3.4.1
    Preparing search index...

    Type Alias NegativeFloat<T>

    NegativeFloat: Negative<Float<T>>

    A negative (-∞ < x < 0) number that is not an integer. Equivalent to Negative<Float<T>>.

    一个非整数的负数(-∞ < x < 0number。 等同于 Negative<Float<T>>

    Type Parameters

    • T extends number

      要检查的数字类型