Enum VariableType
পরিবর্তনশীল প্রকার ইঞ্জিন দ্বারা তৈরি ভেরিয়েবলের প্রকার।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, LinearOptimizationService.VariableType.INTEGER
।
বৈশিষ্ট্য
সম্পত্তি | টাইপ | বর্ণনা |
---|
INTEGER | Enum | ভেরিয়েবলের প্রকার যা শুধুমাত্র পূর্ণসংখ্যার মান নিতে পারে। |
CONTINUOUS | Enum | ভেরিয়েবলের ধরন যা যেকোনো বাস্তব মান নিতে পারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-12-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-12-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`VariableType` determines the kind of variables used in the Linear Optimization service."],["To specify a variable type, use the format: `LinearOptimizationService.VariableType.{property}`, for example, `LinearOptimizationService.VariableType.INTEGER` for integer variables."],["Two variable types are available: `INTEGER` for whole numbers and `CONTINUOUS` for any real number."]]],["The `VariableType` defines the nature of variables used within the engine. It can be accessed via `LinearOptimizationService.VariableType`. It offers two properties: `INTEGER`, representing variables limited to integer values, and `CONTINUOUS`, representing variables that can assume any real value. Both `INTEGER` and `CONTINUOUS` are enumerated types.\n"]]