C# Class BlackBoxInteger, C-Fundamentals-Jan2018-SoftUni

Exibir arquivo Open project: DannyBerova/C-Fundamentals-Jan2018-SoftUni Class Usage Examples

Private Methods

Method Description
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