ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Array.toLong
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি উপাদান-ভিত্তিক ভিত্তিতে, একটি স্বাক্ষরিত 64-বিট পূর্ণসংখ্যাতে ইনপুট মান নিক্ষেপ করে।
ব্যবহার | রিটার্নস | Array. toLong () | অ্যারে |
যুক্তি | টাইপ | বিস্তারিত | এই: input | অ্যারে | ইনপুট অ্যারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003etoLong()\u003c/code\u003e function transforms an input array, element by element, into a 64-bit integer representation with a sign.\u003c/p\u003e\n"],["\u003cp\u003eWhen applied to an array, the \u003ccode\u003etoLong()\u003c/code\u003e function results in an array with the transformed values.\u003c/p\u003e\n"],["\u003cp\u003eThe function specifically takes an input array and operates on each of its elements independently.\u003c/p\u003e\n"]]],["The input array, element-wise, is cast to a signed 64-bit integer. The `toLong()` function, when applied to an array, takes the array as input and returns a new array. Each element of the input array is transformed into its corresponding signed 64-bit integer representation in the output array.\n"],null,["# ee.Array.toLong\n\nOn an element-wise basis, casts the input value to a signed 64-bit integer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------|---------|\n| Array.toLong`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]