ee.Image.ceil
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Berechnet die kleinste Ganzzahl, die größer oder gleich der Eingabe ist.
Nutzung | Ausgabe |
---|
Image.ceil() | Bild |
Argument | Typ | Details |
---|
So gehts: value | Bild | Das Bild, auf das der Vorgang angewendet wird. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003e\u003ccode\u003eImage.ceil()\u003c/code\u003e computes the smallest integer greater than or equal to the input, returning a new Image with the result.\u003c/p\u003e\n"],["\u003cp\u003eThis function operates on an existing image (\u003ccode\u003evalue\u003c/code\u003e) and returns a modified version of that image.\u003c/p\u003e\n"]]],["The `ceil()` function calculates the ceiling of an image, returning a new image. The operation is applied to each pixel of the input image (`value`). The function computes the smallest integer that is greater than or equal to the pixel's current value. The result is a new image of the same type.\n"],null,["# ee.Image.ceil\n\nComputes the smallest integer greater than or equal to the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Image.ceil`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]