Function floor

  • Returns the greatest integer less than or equal to the given value.

    Type Parameters

    • T extends number

    Parameters

    • value: OperationIO<T>

    Returns OperationIO<T>

    Math.floor(value)