Changeset 354
- Timestamp:
- Jun 9, 2005, 9:17:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility/utility.h
r351 r354 18 18 /// 19 19 /// Function return true if string is a number. A number is defined 20 /// to start with '+', '-' or a digit. It must contain at most one21 /// d ecimal point '.'. Also it may contain 'E' or 'e' followed by an22 /// i nteger (see is_int).20 /// to start with plus(+), minus(-), deimal point(.), or a 21 /// digit(0-9). It must contain at most one decimal point(.). Also 22 /// it may contain 'E' or 'e' followed by an integer (see is_int). 23 23 /// 24 24 /// @return true if string is a number
Note: See TracChangeset
for help on using the changeset viewer.