OpenCMISS-Iron Internal API Documentation
strings::string_to_double Interface Reference

Converts a string representation of a number to a double precision number. More...

Private Member Functions

real(dp) function string_to_double_c (STRING, ERR, ERROR)
 Converts a character string representation of a number to a double precision number. More...
 
real(dp) function string_to_double_vs (STRING, ERR, ERROR)
 Converts a varying string representation of a number to a double precision number. More...
 

Detailed Description

Converts a string representation of a number to a double precision number.

Definition at line 177 of file strings.f90.

Member Function/Subroutine Documentation

real(dp) function strings::string_to_double::string_to_double_c ( character(len=*), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Converts a character string representation of a number to a double precision number.

Parameters
[in]stringThe string to convert
[out]errThe error code !<The error code
[out]errorThe error string !<The error string
Returns
On exit, the double precision equivalent of the string

Definition at line 1444 of file strings.f90.

real(dp) function strings::string_to_double::string_to_double_vs ( type(varying_string), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Converts a varying string representation of a number to a double precision number.

Parameters
[in]stringThe string to convert
[out]errThe error code
[out]errorThe error string
Returns
On exit, the double precision equivalent of the string

Definition at line 1470 of file strings.f90.