تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["`Number.subtract()` is a method that subtracts the `right` value from the `left` (this) value, returning the numerical difference."],["Both `left` and `right` arguments should be of type Number, allowing for subtraction operations between numerical values."],["This method is available in both JavaScript and Python within the Earth Engine environment."],["The examples provided demonstrate how the `subtract()` method can be used with various number inputs, including positive, negative and floating-point values."]]],["The `subtract` method takes two numerical inputs: a `left` value (the initial number) and a `right` value (the number to subtract). It calculates the difference, returning the result as a Number. For instance, using `ee.Number(5).subtract(10)` computes 5 - 10, which results in -5. The method is available in both JavaScript and Python environments, with identical behavior. Python requires `geemap` for use. The examples show subtractions with integer and float values, including negative values.\n"]]