Ignore:
Timestamp:
Oct 13, 2007, 2:11:22 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

FormatIntegerDを実装。
UnitTestの失敗時の表示を目立つようにした。
ArrayListを名前空間System.Collectionsに入れた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/com/currency.ab

    r335 r355  
    5656        Return ret
    5757    End Function
    58 
     58/*
    5959    Const Function Operator /(y As Variant) As Double
    6060        Dim vx = New Variant(This)
    6161        Dim ret = vx / y
    62         Return ret.ValR4
     62        Return ret.ValR8
    6363    End Function
    6464
     
    6767        Dim vy = New Variant(y)
    6868        Dim ret = vx / vy
    69         Return ret.ValR4
    70     End Function
    71 
     69        Return ret.ValR8
     70    End Function
     71*/
    7272    Const Function Operator +(y As Currency) As Currency
    7373        Dim ret = New Currency
Note: See TracChangeset for help on using the changeset viewer.