Programing/C#
C# 각도구하기,atan
고니의 경제주식
2017. 2. 16. 15:57
반응형
label1.Text = Convert.ToString(Math.Atan(1 / 1) / Math.PI * 180);// 각도 구하기 밑변1,높이1
반응형