csharp: correct integer numbers title

This commit is contained in:
Marcello 2024-09-16 15:10:24 +02:00
parent ea0657d266
commit 1f98fb1b5b
No known key found for this signature in database

View file

@ -170,7 +170,7 @@ The .NET Runtime communicates with the operating system to determine what memory
The .NET Runtime stores the value, then returns the memory address to the variable. The .NET Runtime stores the value, then returns the memory address to the variable.
When your code uses the variable, the .NET Runtime seamlessly looks up the address stored in the variable and retrieves the value that's stored there. When your code uses the variable, the .NET Runtime seamlessly looks up the address stored in the variable and retrieves the value that's stored there.
### Integral Numeric Types ### Integer Numeric Types
| Keyword | System Type | Example | Bit/Byte | Min Value | Max Value | | Keyword | System Type | Example | Bit/Byte | Min Value | Max Value |
| :------: | :--------------: | :-----: | :------: | -------------------------- | -------------------------- | | :------: | :--------------: | :-----: | :------: | -------------------------- | -------------------------- |