전체 글
-
Refresh Graph Layout function exampleC# & WPF 2022. 6. 17. 20:29
Refresh Graph Layout function example private void RefreshGraphLayout(int layout) { try { gridNormal.Visibility = System.Windows.Visibility.Visible; gridAOS.Visibility = System.Windows.Visibility.Collapsed; gridLayout1.Visibility = System.Windows.Visibility.Collapsed; gridLayout2.Visibility = System.Windows.Visibility.Collapsed; if (_attChannelIndicationLine != null) _attChannelIndicationLine.Vi..
-
Dictionary Copy perform function exampleC# & WPF 2022. 6. 17. 20:26
Dictionary Copy perform function example private void CopyDictionary() { try { DataManagerUnit6.copy_dic_TRS_Vector = new ConcurrentDictionary(); List skeys = DataManagerUnit6.dic_TRS_Vector.Keys.ToList(); foreach (ushort skey in skeys) { SOSY_TSP_NOISE_DET_DATA data = new SOSY_TSP_NOISE_DET_DATA(); data.copy_from(DataManagerUnit6.dic_TRS_Vector[skey]); DataManagerUnit6.copy_dic_TRS_Vector.TryAd..
-
with Sign Suffix Return Num And UnitC# & WPF 2022. 6. 17. 20:25
with Sign Suffix Return Num And Unit public static string DegreeToDMSwithSignSuffixReturnNumAndUnit_NoUnit(double d, bool type, out double outLonLat, out string outUnit, bool isDms = true) { bool isNegativeNum = false; string suffix = string.Empty; if (d < 0) { d *= -1; isNegativeNum = true; } double integer = Math.Truncate(d); double remainder = Math.Round((d - integer), 7); double minPerMil = ..
-
Enum To Visibility Convert apply functionC# & WPF 2022. 6. 17. 20:22
Enum To Visibility Convert apply function public static Visibility EnumToVisibilityConvert(object value, object parameter) { if (value == null) { throw new ArgumentNullException("value"); } if (!(value is Enum)) { throw new ArgumentException("Value must be an enum", "value"); } if (parameter == null) { throw new ArgumentNullException("parameter"); } bool result = false; if (parameter is Enum) { ..
-
1.3 billion market Indian economic growth rate'fall' by 24%국제 2021. 3. 22. 12:22
India's economic growth rate in the second quarter of this year (April-June) plummeted 23.9%, AFP News reported on the 31st (local time). This is the biggest drop since the start of the quarterly gross domestic product (GDP) statistics gathering in 1996. Experts are convinced that the containment measures taken by the Indian government to curb the spread of the new coronavirus infection (Corona ..
-
Indian Economy Growth Background and Post-Covid-19 Outlook국제 2021. 3. 22. 12:20
◆ (Review Background) India has continued to grow solid since the 1991 economic reforms and has emerged as the 5th largest country in the world. ㅇ Recently, India is facing increasing difficulties due to the spread of Corona 19, but the possibility as an alternative production base in place of China has emerged as a result of changes in the global supply chain caused by intensifying conflict bet..
-
India overtakes the United States in 2040?국제 2021. 3. 22. 12:19
With Korea-India CEPA, interest in India is increasing. It is time to take a serious look at the economic status of India, a huge emerging country called BRICs, along with China, Russia, and Brazil, its characteristics as a huge market, and its relationship with Korea. As of 2008, India's nominal gross domestic product (GDP) was $1.2 trillion. It has already surpassed Korea, which is the 12th an..
-
India predicts fastest economic recovery in Asia in 2021국제 2021. 3. 22. 12:17
□ According to UBS Global Research, India is expected to show the fastest economic recovery in Asia, with an annual economic growth rate of over 11.5% in fiscal 2021-22. ㅇ UBS Global Research Economist Tanvee Gupta Jain said, “The economic growth rate in fiscal year 2021-22 will be higher than that of the past decades, and this is a trend recovering from the last fiscal year 2020-21, which grew ..