MONC
|
Determines whether a data item can be represented as an integer or not. More...
Private Member Functions | |
logical function | string_is_integer (string) |
Determines whether a string is an integer or not. More... | |
Determines whether a data item can be represented as an integer or not.
Currently works only for strings, reals always can be (strips the fractional component) and logicals go to one or zero
data | The data to test |
Definition at line 79 of file conversions.F90.
|
private |
Determines whether a string is an integer or not.
string | The string to test |
Definition at line 123 of file conversions.F90.