ObjectiveLib
1.0.0
|
A function object that multiplies the value of one object by the value of another. More...
#import <ObjectiveLib/Functional.h>
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Multiply the value of arg1 by the value of arg2. |
A function object that multiplies the value of one object by the value of another.
- (id) performBinaryFunctionWithArg: | (id) | arg1 | |
andArg: | (id) | arg2 | |
Multiply the value of arg1 by the value of arg2.
arithmeticMultiply:
found in the OLArithmetic protocol.arg1 | the first value |
arg2 | the second value |
Reimplemented from <OLBinaryFunction>.
|