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

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

Private Member Functions

real(sp) function string_to_single_c (STRING, ERR, ERROR)
 Converts a character string representation of a number to a single precision number. More...
 
real(sp) function string_to_single_vs (STRING, ERR, ERROR)
 Converts a varying string representation of a number to a single precision number. More...
 

Detailed Description

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

Definition at line 225 of file strings.f90.

Member Function/Subroutine Documentation

real(sp) function strings::string_to_single::string_to_single_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 single precision number.

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

Definition at line 1666 of file strings.f90.

real(sp) function strings::string_to_single::string_to_single_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 single precision number.

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

Definition at line 1692 of file strings.f90.