| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- public
- digitalRead
- sensor
- Filtering
- Unity
- Gaussian
- Class
- mfc
- flutter
- SERIAL
- memory
- stream
- UNO
- Encapusulation
- c++
- file access
- wpf
- subpixel
- APP
- parameter
- Contour
- Binary
- compare
- Read
- Android
- Pointer
- aduino
- Gradient
- atmega328
- edge
Archives
- Today
- Total
목록initialize (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