View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002129 | JEDI Dot Net | Jedi.System.IO | public | 2004-09-07 02:58 | 2004-09-30 09:42 |
Reporter | AHUser | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0002129: Jedi.System.IO StoredExtended operators * and / are wrong | ||||
Description | The Jedi.System.IO StoredExtended operators * and / add the values instead of multiplication and division. | ||||
Additional Information | class operator StoredExtended.Multiply(const A: StoredExtended; const B: Extended): StoredExtended; begin Result := Extended(A) * B; // replace "+" by "*" end; class operator StoredExtended.Divide(const A: StoredExtended; const B: Extended): StoredExtended; begin Result := Extended(A) / B; // replace "-" by "/" end; | ||||
Tags | No tags attached. | ||||
2004-09-07 03:11
|
Jedi.System.IO.zip (5,094 bytes) |
|
Sorry, missed this one because I didn't notice I still had a filter set. Updating in CVS now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-09-07 02:58 | AHUser | New Issue | |
2004-09-07 03:11 | AHUser | File Added: Jedi.System.IO.zip | |
2004-09-30 09:42 | marcelb | Note Added: 0005275 | |
2004-09-30 09:42 | marcelb | Status | new => resolved |
2004-09-30 09:42 | marcelb | Resolution | open => fixed |
2004-09-30 09:42 | marcelb | Category | 00 Choose category!! => Jedi.System.IO |