Method | Description | |
---|---|---|
Add ( double operand ) : void | ||
MultiplyBy ( double multiplier ) : void | ||
StartWith ( double starting ) : void | ||
Subtract ( double operand ) : void | ||
Throw ( ) : void | ||
ThrowCritical ( ) : void | ||
WithOutput ( int x, int y, int &sum, int &product ) : void |
Method | Description | |
---|---|---|
Adding ( double x, double y ) : double | ||
TheValueShouldBe ( ) : double | ||
say ( ) : void |
public MultiplyBy ( double multiplier ) : void | ||
multiplier | double | |
return | void |
public WithOutput ( int x, int y, int &sum, int &product ) : void | ||
x | int | |
y | int | |
sum | int | |
product | int | |
return | void |