혹시 fc class(으)로 찾으셨나요?
블로그
- 파이참 ( PyCharm ) 단축키 Editing Ctrl + Space : Basic code completion (the name of any class,method or variable) Ctrl + Shift statement Ctrl + P : 함수호출시 인수 정보 확인 (within method call arguments) Ctrl + Q : 코드에 대한 문서창 팝업 Shift + F1
- 20.3.23 package Ex01; public class OperationEx1 { public static void main(String[] args) { //강제형변환 //자동형변환 // = 12.3f; float f2=34.5f; float f3; double d1; f3 = f1 - f2; d1 = f3;//8byte 실수형(큰타입) = 4byte 실수형(작은