-
<Float>
primitiveFloatSubtract:ifFail:
^<Float>
'Returns the result of subtracting the argument from the receiver'
Parameters:
aNumber <Float>
Flags: Pure DoubleArith LastDeltaFrameNotNeeded
-
<Float>
primitiveFloatDivide:ifFail:
^<Float>
'Returns the modulus of the receiver by the argument'
Parameters:
aNumber <Float>
Flags: Pure DoubleArith LastDeltaFrameNotNeeded
-
<Float>
primitiveFloatAdd:ifFail:
^<Float>
'Returns the sum of the receiver and the argument'
Parameters:
aNumber <Float>
Flags: Pure DoubleArith LastDeltaFrameNotNeeded
-
<Float>
primitiveFloatMultiply:ifFail:
^<Float>
'Returns the multiply of the receiver and the argument'
Parameters:
aNumber <Float>
Flags: Pure DoubleArith LastDeltaFrameNotNeeded
-
<SmallInteger>
primitiveAsFloat
^<Float>
Flags: Pure SmiArith