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

    Variable math_roundConst

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

    alias for Math.round.

    Type declaration

      • (x: number): number
      • Returns a supplied numeric expression rounded to the nearest integer.

        Parameters

        • x: number

          The value to be rounded to the nearest integer.

        Returns number