Subject | Norwegian Bokmål | English |
comp., MS | anonym type | anonymous type (A class type whose name is generated by the compiler and that inherits directly from Object. Members of an anonymous type are properties that are inferred from the object initializer that creates instances of the type) |
comp., MS | brukerdefinert type | user-defined type (A base data type that is explicitly defined by using the pre-compiler typedef directive) |
math. | Cantor-type distribusjoner | Cantor-type distributions |
comp., MS | Common Type System | common type system (The specification that determines how the common language runtime defines, uses, and manages types) |
math. | diskret type III-fordeling | discrete type III distribution |
comp., MS | EAP-type | EAP type (A feature that allows the user to select the type of Extensible Authentication Protocol used) |
comp., MS | enkel type | simple type (An element that can only contain text and appears as in an XML document, or any attribute of an element. Attributes are considered simple types because they contain only text) |
math. | Esseen-type tilnærming | Esseen-type approximation |
comp., MS | generisk type | generic type (A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type) |
comp., MS | generiske typer | generics (A feature of the common language runtime, conceptually similar to C++ templates, that allows classes, structures, interfaces, and methods to have placeholders (generic type parameters) for the data types they store and manipulate. Generic types are a form of parameterized types) |
comp., MS | implisitt typet lokal variabel | implicitly typed local variable (A local variable whose type is inferred from the expression that initializes the variable) |
comp., MS | kompleks type | complex type (An element that can contain other elements or attributes and appears as in an XML document) |
comp., MS | kompleks type | complex type (An element that can contain other elements or attributes and appears as |
comp., MS | konstruert generisk type | constructed generic type (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types) |
comp., MS | lukket generisk type | closed generic type (A constructed generic type that has no unspecified generic type parameters, either of its own or of any enclosing types or methods. Closed generic types can be instantiated) |
comp., MS | nestet type | nested type (A type defined within the scope of another type. A nested type is typically used for encapsulating implementation details of the top-level type) |
comp., MS | parametrisert type | parameterized type (A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types) |
math. | todimensjonal type II distribusjon | bivariate type II distribution |
math. | type III feil | type III error |
math. | type III feil | error of third kind |
comp., MS | Type, lengde, verdi | Type, Length, Value (A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable)) |
comp., MS | Type-lengde-verdi | Type-Length-Value (A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable)) |
el., sec.sys. | type px trykksetting | type px pressurizing |
el., sec.sys. | type py trykksetting | type py pressurizing |
el., sec.sys. | type pz trykksetting | type pz pressurizing |
comp., MS | type referanseattributt | reference attribute type (" An attribute type in which the values of the attribute are the ObjectIDs (globally unique identifiers) of other resources in ILM "2".") |
comp., MS | Type 1-skrifter | Type 1 fonts (Scalable fonts designed to work with PostScript devices) |
comp., MS | åpen generisk type | open generic type (A constructed generic type in which one or more of the generic type arguments substituted for its generic type parameters is a type parameter of an enclosing generic type or method. Open generic types cannot be instantiated) |