e/Enumerated type

New Query

Information
has glosseng: In computer programming, an enumerated type (also called enumeration or enum) is a data type consisting of a set of named values called elements, members or enumerators of the type. The enumerator names are usually identifiers that behave as constants in the language. A variable that has been declared as having an enumerated type can be assigned any of the enumerators as a value.
lexicalizationeng: enumerated type
instance ofc/Data types
Meaning
German
has glossdeu: Ein Aufzählungstyp (englisch enumerated type) ist ein Datentyp mit einem endlichen Wertebereich. Alle Werte des Aufzählungstyps werden bei der Deklaration des Typs mit Namen definiert. Dabei wird auch eine Reihenfolge festgelegt, die eine Ordnung der einzelnen Werte bestimmt, die Werte können also sortiert werden.
lexicalizationdeu: Aufzählungstyp
French
has glossfra: En programmation informatique, un type énuméré est un type de données (généralement défini par lutilisateur) qui consiste en un ensemble de constantes appelées énumerateurs. Lorsque lon crée un type énuméré on définit ainsi une énumeration. Lorsquun identificateur tel quune variable est déclaré comme étant de type énuméré, cette variable peut recevoir nimporte quelle énumérateur comme valeur. Si le langage de programmation autorise de donner un nom à un type énuméré, le nom est généralement choisit pour décrire collectivement les énumérateurs de l'ensemble.
lexicalizationfra: type énuméré
Icelandic
has glossisl: Upptalningartag er gagnagerð sem hefur ákveðinn fjölda valmöguleika (eða nefna).
lexicalizationisl: Upptalningartag
Japanese
has glossjpn: 列挙型(れっきょがた、)とは、コンピュータプログラミングにおいて、プログラマが選んだ各々の識別子をそのまま有限集合として持つ抽象データ型である。列挙型は一般に番号順を持たないカテゴリ変数(カードの組のように)として使われる。実行時には、列挙型は整数で実装されることが多い(各々の識別子は異なる整数値を持つ)。
lexicalizationjpn: 列挙型
Dutch
has glossnld: Een enumeratie of opsomming is een datatype in verschillende programmeertalen.
lexicalizationnld: enumeratie
Polish
has glosspol: Typ wyliczeniowy - w językach programowania rodzaj typu danych zawierający listę wartości, jakie może przyjmować zmienna tego typu. Typ wyliczeniowy pełni nieocenioną funkcję w Metaprogramowaniu, gdyż pozwala na tworzenie stałych w chwili kompilacji.
lexicalizationpol: Wyliczeniowy typ danych
Portuguese
has glosspor: Em programação, uma enumeração é um tipo de dado abstrato, cujos valores são atribuídos a exatamente um elemento de um conjunto finito de identificadores escolhidos pelo programador. Esse tipo é geralmente usado para variáveis categóricas (como os naipes de um baralho), que não possuem uma ordem numérica definida.
lexicalizationpor: enumeração
Russian
has glossrus: Перечисляемый тип (сокращённо перечисле́ние, ) — в программировании тип данных, чьё множество значений представляет собой ограниченный список идентификаторов.
lexicalizationrus: Перечисляемый тип

Query

Word: (case sensitive)
Language: (ISO 639-3 code, e.g. "eng" for English)


Lexvo © 2008-2024 Gerard de Melo.   Contact   Legal Information / Imprint