Changeset 735 in Sophya for trunk/SophyaLib/NTools/dvlist.h
- Timestamp:
- Feb 22, 2000, 5:29:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/dvlist.h
r718 r735 60 60 else return(atof(mtv.strv)); } 61 61 inline operator string() { char *ss=myStrBuf; 62 if (typ == 'I') sprintf(ss,"% d", mtv.iv);62 if (typ == 'I') sprintf(ss,"%ld", mtv.iv); 63 63 else if (typ == 'D') sprintf(ss,"%.20g", mtv.dv); 64 64 else ss = mtv.strv;
Note:
See TracChangeset
for help on using the changeset viewer.