aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/value/index.html
blob: f82e1e438f027c81f4497b53612c188c4705e7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Wert
slug: Glossary/Value
translation_of: Glossary/Value
---
<p>Im Zusammenhang mit Daten oder einem Objekt-<strong>{{Glossary("Wrapper")}}</strong> um diese Daten, ist der <strong>Wert</strong> der <strong>{{Glossary("Primitive","primitive Wert")}}</strong>, den der Wrapper enthält. Im Kontext einer <strong>{{Glossary("Variable")}}</strong> oder <strong>{{Glossary("Property","Eigenschaft")}}</strong>, kann dieser Wert entweder primitiv oder eine <strong>{{Glossary("Object reference","Objektreferenz")}}</strong> sein.</p>

<h2 id="Mehr_erfahren">Mehr erfahren</h2>

<h3 id="Allgemeines">Allgemeines</h3>

<ul>
 <li>{{Interwiki("wikipedia", "Wrapper-Klasse")}} auf Wikipedia</li>
</ul>