enumeration of constants 中文意思是什麼

enumeration of constants 解釋
常數的枚舉法
  • enumeration : n. 1. 計算;列舉。2. 詳述;細目。3. 【統計學】點查 (defy enumerate 不勝枚舉, the enumerate method 查點法)。
  • of : OF =Old French 古法語。
  • constants : 常量
  1. Enumeration constants, which indicates the type of storage medium used to transfer the object s data

    枚舉常數,該常數指示用於傳輸對象數據的存儲介質的類型。
  2. Custom attribute on the definition of an enumeration indicates that the enumeration should be treated as a set of bit fields flags, and the absence of this attribute indicates the type should be viewed as a group of enumerated constants

    自定義屬性指示該枚舉應該作為一組位域(標志)對待,沒有該屬性指示該類型應被視為一組枚舉常數。
  3. Is a name, but not one of the named constants defined for the enumeration

    是一個名稱,但不是為該枚舉定義的已命名常數之一。
  4. For example, you can declare an enumeration for a set of integer constants associated with the days of the week, and then use the names of the days rather than their integer values in your code

    例如,可以為一組與一周中的七天相對應的整數常數聲明一個枚舉,然後在代碼中使用這七天的名稱而不是它們的整數值。
  5. It is used to declare a user - defined enumeration, which consists of a set of named constants called the enumerator list

    它用於聲明用戶定義的枚舉,這種枚舉由一組命名常數(稱為「枚舉數列表」 )組成。
  6. Keyword is used to declare an enumeration, a distinct type consisting of a set of named constants called the enumerator list

    關鍵字用於聲明枚舉,即一種由一組稱為枚舉數列表的命名常數組成的獨特類型。
分享友人