• Returns the remainder of the division of x by y that rounds the quotient towards zero. (integer/float)

    Parameters

    • x: number
    • y: number

    Returns number

Generated using TypeDoc