Changeset 239 for Include/Classes/System
- Timestamp:
 - May 8, 2007, 1:32:54 AM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  Include/Classes/System/Math.ab (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Include/Classes/System/Math.ab
r238 r239 15 15 16 16 Static Function Abs(value As Double) As Double 17 SetQWord(VarPtr( value), GetQWord(VarPtr(value)) And &h7fffffffffffffff)17 SetQWord(VarPtr(Abs), GetQWord(VarPtr(value)) And &h7fffffffffffffff) 18 18 End Function 19 19 20 20 Static Function Abs(value As Single) As Single 21 SetDWord(VarPtr( value), GetDWord(VarPtr(value)) And &h7fffffff)21 SetDWord(VarPtr(Abs), GetDWord(VarPtr(value)) And &h7fffffff) 22 22 End Function 23 23  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  