Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Array.floor
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Giriş değerinden küçük veya bu değere eşit en büyük tam sayıyı öğe bazında hesaplar.
Kullanım | İadeler |
---|
Array.floor() | Dizi |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: input | Dizi | Giriş dizisi. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eArray.floor()\u003c/code\u003e method calculates the largest integer less than or equal to each element in an input array.\u003c/p\u003e\n"],["\u003cp\u003eIt operates on each element individually and returns a new array containing the results.\u003c/p\u003e\n"],["\u003cp\u003eThe input to this method is an array and it returns an array of the same size.\u003c/p\u003e\n"]]],["The `Array.floor()` method calculates the floor of each element within an input array. It operates element-wise, determining the largest integer that is less than or equal to each element. The method takes a single argument: the input array. The return value is a new array containing the floor of each corresponding element from the input. The method acts on arrays.\n"],null,["# ee.Array.floor\n\nOn an element-wise basis, computes the largest integer less than or equal to the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------|---------|\n| Array.floor`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]