| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Unity
- file access
- edge
- aduino
- public
- Class
- UNO
- Pointer
- subpixel
- Contour
- Read
- c++
- parameter
- Gradient
- Filtering
- compare
- sensor
- stream
- Binary
- Encapusulation
- Gaussian
- SERIAL
- APP
- digitalRead
- Android
- mfc
- flutter
- wpf
- memory
- atmega328
Archives
- Today
- Total
목록INT (1)
폴크(FOLC)
int x = 0;bool b = false;string s = null;MyClass obj = nullint[] arr = null; // null (배열은 참조형)int[] numbers = new int[5]; // {0, 0, 0, 0, 0}byte[] arr = null; // null (배열은 참조형)byte[] numbers = new byte[0];byte[] numbers = Array.Empty(); float[] arr = null; // null (배열은 참조형) float [] numbers = new float[0]; float [] numbers = Array.Empty();string[] names = new string[3]; // {null..
C#, WF, WPF(.NET)
2025. 4. 10. 18:37