Function operator() from test
Brief description
operator()(a:int,b:int):int
Evaluates the operator() on an integer, which multiplies the integer with the argument More ...
Function information
| Name: | operator() |
| Base: | |
| Group: | Test plugins |
| Icon: | |
| Color: | |
| Authors: | |
| Copyright: |
Detailed description
Evaluates the operator() on an integer, which multiplies the integer with the argument.
Input parameters
-
a:
int
- Integer to act on
-
b:
int
- Integer factor
Return values
-
Default return value:
int
- Result of the operation
