Wiki

Changes between Version 6 and Version 7 of PrimitiveTypeMembers

Show
Ignore:
Timestamp:
02/06/09 12:14:04 (16 years ago)
Author:
hopscc
Comment:

Add heading

Legend:

Unmodified
Added
Removed
Modified
  • PrimitiveTypeMembers

    v6 v7  
    1 You can invoke methods on primitive values such as `c.isUpper`. These include mathematical methods such as `x.round`, `x.round(decimals)`, `a.min(b)`, `x.sin`, `x.truncate`, etc.  
     1= Primitive Type Members = 
     2 
     3You can invoke methods on primitive values (that the libraries provide as static methods on the Type) such as `c.isUpper`.  
     4These include mathematical methods such as `x.round`, `x.round(decimals)`, `a.min(b)`, `x.sin`, `x.truncate`, etc.  
    25 
    36You can also invoke methods on primitive types such as `decimal.parse(s)`.