mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
csharp: correct integer numbers title
This commit is contained in:
parent
ea0657d266
commit
1f98fb1b5b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
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 |
|
||||
| :------: | :--------------: | :-----: | :------: | -------------------------- | -------------------------- |
|
||||
|
|
Loading…
Add table
Reference in a new issue