#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLModulus:
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Compute the remainder of the division of the value of arg1 by the value of arg2. |
The value of one argument is divided by the value of another, and the result is the remainder of division.
- (id) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Compute the remainder of the division of the value of arg1 by the value of arg2.
arithmeticModulus:
found in the OLArithmetic protocol.arg1 | the value to divide | |
arg2 | the value by which to divide |
Reimplemented from < OLBinaryFunction >.
|