slovo | definícia |
enumerated (encz) | enumerated,vyčíslený adj: Zdeněk Brož |
enumerated (encz) | enumerated,vypočítaný adj: Zdeněk Brož |
Enumerated (gcide) | Enumerate \E*nu"mer*ate\, v. t. [imp. & p. p. Enumerated; p.
pr. & vb. n. Enumerating.] [L. enumeratus, p. p. of
enumerare to count out, enumerate; e out + numerare to count,
fr. numerus number. See Number.]
To count; to tell by numbers; to count over, or tell off one
after another; to number; to reckon up; to mention one by
one; to name over; to make a special and separate account of;
to recount; as, to enumerate the stars in a constellation.
[1913 Webster]
Enumerating the services he had done. --Ludlow.
Syn: To reckon; compute; calculate; count; estimate; relate;
rehearse; recapitulate; detail.
[1913 Webster] |
| podobné slovo | definícia |
enumerated (encz) | enumerated,vyčíslený adj: Zdeněk Broženumerated,vypočítaný adj: Zdeněk Brož |
enumerated type (foldoc) | enumerated type
(Or "enumeration") A type which includes in
its definition an exhaustive list of possible values for
variables of that type. Common examples include Boolean,
which takes values from the list [true, false], and
day-of-week which takes values [Sunday, Monday, Tuesday,
Wednesday, Thursday, Friday, Saturday]. Enumerated types are
a feature of strongly typed languages, including C and
Ada.
Characters, (fixed-size) integers and even floating-point
types could be (but are not usually) considered to be (large)
enumerated types.
(1996-11-28)
|
|