RE: [Semi-OT] Using just the decimal
RE: [Semi-OT] Using just the decimal
- Subject: RE: [Semi-OT] Using just the decimal
- From: "Smith, Bradley" <email@hidden>
- Date: Mon, 3 Sep 2001 12:20:50 +0100
This'll do it: -
myDoubleResult = myDoubleOriginal - (int)myDoubleOriginal;
Maybe there are better ways?
Brad