Changeset 355 for trunk/Include/com/currency.ab
- Timestamp:
- Oct 13, 2007, 2:11:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/com/currency.ab
r335 r355 56 56 Return ret 57 57 End Function 58 58 /* 59 59 Const Function Operator /(y As Variant) As Double 60 60 Dim vx = New Variant(This) 61 61 Dim ret = vx / y 62 Return ret.ValR 462 Return ret.ValR8 63 63 End Function 64 64 … … 67 67 Dim vy = New Variant(y) 68 68 Dim ret = vx / vy 69 Return ret.ValR 470 End Function 71 69 Return ret.ValR8 70 End Function 71 */ 72 72 Const Function Operator +(y As Currency) As Currency 73 73 Dim ret = New Currency
Note:
See TracChangeset
for help on using the changeset viewer.