ENUM in Japanese translation

enum
enums
列挙
enumeration
enumerate
enum
list

Examples of using Enum in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
When setting enum properties in COM objects use the equivalent numeric value for the enum instead.
COMオブジェクトで列挙型プロパティを設定する場合は、代わりに列挙型に相当する数値を使用します。
The type of an enum member is Int32 by default, even if you specify a different type in a constant value.
Enumの要素の型はデフォルトでInt32です。これは、定数の値に別の型を指定した場合であっても同様です。
The primary issue with using integers comes up when one wants to print an enum value.
整数値の使用に関する主な問題は、列挙値を印刷したいときに発生します。
Use PascalCase for enum names and CONSTANT_CASE for their members, as they are constants.
列挙型の名前にはPascalCaseを、そのメンバーには定数なのでCONSTANT_CASEを使用します。
Status enum PENDING- transaction is cached, PACKED- transaction is in reversible blocks, IRREVERSIBLE- transaction is in irreversible blocks.
StatusenumPENDING:トランザクションはキャッシュされている、PACKED:トランザクションは可逆ブロックにある、IRREVERSIBLE:トランザクションは不可逆ブロックにある。
For example, ERR_* constants were moved to the Error enum.
たとえば、ERR_*定数はError列挙型に移動されました。
If you want to items such as drop-down list, To enumerate all the values in the Enum. GetValues method.
ドロップダウンリストなどの項目にする場合、Enum.GetValuesメソッドで全ての値を列挙させます。
It hold an array of all the terrain types specified in the enum TerrainType. cs.
これは、列挙TerrainType.csに指定されているすべての地形タイプの配列を保持します。
How do I convert an enum to a list in C?
列挙型をCのリストに変換するにはどうすればよいですか?
Providing a TestLevel enum value of RunSpecifiedTests, RunLocalTests, or RunAllTestsInOrg lets you quickly and easily set up test runs.
TestLevel列挙値としてRunSpecifiedTests、RunLocalTests、またはRunAllTestsInOrgを指定すると、すばやく簡単にテスト実行を設定できます。
The enum classes("new enums","strong enums")
Enumclass(「新しいenum」あるいは「強いenum」)
ME: Enum field is public and mutable(ME_MUTABLE_ENUM_FIELD).
ME:列挙型フィールドはpublicで可変である(ME_MUTABLE_ENUM_FIELD)。
Using the enum above, int is represented as 2, bool as 1, public key as 6 and signature as 0.
上記のenumを使用すると、intは1、boolは2、公開鍵は6、署名は0として表されます。
RecommendedObject The idOrEnum property of this output class now supports the enum value Today for static recommendations that don't have an ID.
RecommendedObjectこの出力クラスのidOrEnumプロパティで、IDのない静的なおすすめに対して列挙値Todayがサポートされるようになりました。
VTTCue. textAlign Returns an enum representing the alignment of all the lines of text within the cue box.
VTTCue.textAlignキューボックス内のすべてのテキスト行の配置を表す列挙型を返します。
Flag¶ Base class for creating enumerated constants that can be combined using the bitwise operations without losing their Flag membership. enum.
Flag¶列挙型定数を作成する基底クラスで、ビット演算を使って組み合わせられ、その結果もIntFlagメンバーになります。enum
GDScript is no different, but unlike most other languages, it allows one to use either integers or strings for the enum values.
GDScriptでも同様ですが、他のほとんどの言語とは異なり、整数値または文字列を列挙値に使用できます。
This method returns the enum that explains the reason of failure. The enum is available when the REST API is called inside the client SDK.
クライアントSDKの内部でRESTAPIを呼び出した際、失敗した理由に応じてenumを返すメソッドです。
Gamepad. hand Read only An enum defining what hand the controller is being held in, or is most likely to be held in.
Gamepad.hand読取専用コントローラがどの手で持っているか、または持っている可能性が最も高いかを定義する列挙型
ReadyState Read only Returns an enum of the type RTCDataChannelState representing the state of the underlying data connection.
ReadyState読取専用下位のデータコネクションの状態を表現する列挙型のRTCDataChannelStateを返します。
Results: 156, Time: 0.0593

Top dictionary queries

English - Japanese