
org.openpdf.renderer.function.postscript.operation.Idiv Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openpdf-renderer Show documentation
Show all versions of openpdf-renderer Show documentation
PDF renderer implementation supporting the subset of PDF 1.4 specification.
The newest version!
package org.openpdf.renderer.function.postscript.operation;
import java.util.Stack;
final class Idiv implements PostScriptOperation {
@Override
/**
* int1 int2 idiv quotient
*
* divides int1 by int2 and returns the integer part
* of the quotient, with any fractional part discarded.
* Both operands of idiv must be integers and the result
* is an integer.
*
* stackunderflow, typecheck, undefinedresult
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy