Ignore:
Timestamp:
Aug 21, 2008, 11:04:42 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

[601][602]でのコミットし忘れ分と細かい修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Math.ab

    r589 r603  
    315315        End If
    316316    End Function
    317 
     317/*
    318318    Static Function Sign(value As Double) As Long
    319319        If value = 0 Then
     
    325325        End If
    326326    End Function
    327 /*
     327
    328328    Static Function Sign(value As SByte) As Long
    329329        If value = 0 Then
Note: See TracChangeset for help on using the changeset viewer.