ts-data-forge
    Preparing search index...

    Type Alias DivIntResult<A, B>

    DivIntResult: Reconstruct<
        DivIntSign<SignOf<A>, SignOf<B>>,
        DivIntLevel<LevelOf<A>, LevelOf<B>>,
    >

    Result type of Num.divInt (floor) applied to operands of type A and B.

    Type Parameters

    • A
    • B