#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLMultiplies:
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Multiply the value of arg1 by the value of arg2. |
- (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 >.
|