#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLDivides:
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Divide arg1 by arg2 and return the result. |
This function object divides a given value by another given value and returns the result.
- (id) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Divide arg1 by arg2 and return the result.
arithmeticDivideBy:
found in the OLArithmetic protocol.arg1 | the value to divide | |
arg2 | the value by which to divide |
Reimplemented from < OLBinaryFunction >.
|