Function round

  • Returns the given value rounded to the nearest integer.

    Type Parameters

    • T extends number

    Parameters

    • value: OperationIO<T>

    Returns OperationIO<T>

    Math.round(value)