تاریخ آخرین بهروزرسانی 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 بهوقت ساعت هماهنگ جهانی."],[[["`first()` selects and returns the first provided value (`left`)."],["It takes two Number arguments: `left` and `right`."],["The function always returns the `left` value, regardless of the `right` value."]]],["The `first` method, applied to a Number object, returns the value of the left-hand number. It accepts a right-hand number as an argument but prioritizes the left-hand number's value. For example, when `ee.Number(1).first(ee.Number(2))` is executed, the output is `1`. This method is available in both JavaScript and Python, with the output of the code example demonstrated in each environment.\n"]]