chrCtor

Read a float value from a string

Description:

Read a float value from the given character string.

Invocation

void chrCtor( const char string, float rvalue, int status )

Parameters :

string
Pointer to a null terminated string holding the string from which a float value is to be read.
rvalue
Returned holding the resulting float value.
status
The status value: if this value is not SAI__OK on input, the function returns without action; if the function does not complete successfully, "status" is returned set to SAI__ERROR.