You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Min und Max Werte der Datentypen können über die statischen Eigenschaften `MinValue` und `MaxValue` abgefragt werden. Diese sind in der Klasse des jeweiligen Datentyps definiert.
503
+
Über Reflection können diese Informationen auch zur Laufzeit abgefragt werden, ohne den Datentyp explizit zu kennen.
0 commit comments