Dimension
নির্দিষ্ট এককগুলিতে একক দিকের একটি মাত্রা।
JSON প্রতিনিধিত্ব |
---|
{
"magnitude": number,
"unit": enum (Unit )
} |
ক্ষেত্র |
---|
magnitude | number মাত্রা. |
unit | enum ( Unit ) মাত্রার জন্য একক। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Represents a magnitude value with its corresponding unit."],["Uses a JSON object with `magnitude` for the numerical value and `unit` specifying the unit of measurement."],["`unit` field accepts values from the `Unit` enum, providing standardized options for units."]]],["The content defines a data structure representing a magnitude in a specific unit. It's represented in JSON with two fields: `magnitude`, a number indicating the size, and `unit`, an enumerated value specifying the measurement unit. The unit options are found in a separate resource. This structure captures the quantity and its corresponding unit of measure.\n"]]