C# 클래스 BlackBoxInteger, C-Fundamentals-Jan2018-SoftUni

파일 보기 프로젝트 열기: DannyBerova/C-Fundamentals-Jan2018-SoftUni 1 사용 예제들

비공개 메소드들

메소드 설명
Add ( int addend ) : void
BlackBoxInteger ( )
BlackBoxInteger ( int innerValue )
Divide ( int divider ) : void
LeftShift ( int shifter ) : void
Multiply ( int multiplier ) : void
RightShift ( int shifter ) : void
Subtract ( int subtrahend ) : void