Pacote
    Preparing search index...

    Function remainder

    • The remainder of the division of two U64 values. Equivalent to the numeric % operator.

      Parameters

      • dividend: U64

        Dividend.

      • divisor: U64

        Divisor.

      Returns U64

      The remainder of the division of the two values.