Changes between Version 4 and Version 5 of PrimitiveTypeMembers
- Timestamp:
- 12/28/08 07:24:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrimitiveTypeMembers
v4 v5 109 109 def multiply(d2 as decimal) as decimal 110 110 def negate as decimal 111 def pow(y as decimal) as decimal 111 112 def remainder(d2 as decimal) as decimal 112 113 def round(decimals as int) as decimal … … 119 120 def round(mode as MidpointRounding) as decimal 120 121 def sign as int 122 def sqrt as decimal 121 123 def subtract(d2 as decimal) as decimal 122 124 def toByte as uint8