Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris
c-sharp-study
Wiki
notes
notes
· Changes
Page history
Update notes
authored
Nov 02, 2017
by
cris
Hide whitespace changes
Inline
Side-by-side
notes.md
View page @
3d68d950
...
...
@@ -21,3 +21,4 @@ Let's start C#!
>| :------- | :----: | :---: | :---: |
>| sbyte | -128 ~ 127 | 부호있는 8비트 정수 | System.Sbyte |
>| byte | 0 ~ 255 | 부호없는 8비트 정수 | System.Byte |
>| decimal | | 부호있는 16바이트 실수| System.Decimal|