#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLMinus:
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Subtract the value of arg2 from the value of arg1. |
- (id) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Subtract the value of arg2 from the value of arg1.
arithmeticSubtract:
found in the OLArithmetic protocol.arg1 | the value from which to subtract | |
arg2 | the value to subtract |
Reimplemented from < OLBinaryFunction >.
|