@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable math_floorConst

    math_floor: (x: number) => number = ...

    alias for Math.floor.

    Type declaration

      • (x: number): number
      • Returns the greatest integer less than or equal to its numeric argument.

        Parameters

        • x: number

          A numeric expression.

        Returns number