Pacote
    Preparing search index...

    Function divide

    • Divides two U64 values. Since these are integers, this operation will round towards zero (which is to say, it will not return any fractional digits).

      Parameters

      • dividend: U64

        Dividend.

      • divisor: U64

        Divisor.

      Returns U64

      The first value divided by the second, rounded towards zero.