rasqal_new_floating_literal

Name

rasqal_new_floating_literal --  Constructor - Create a new Rasqal floating literal from a string

Synopsis

rasqal_literal* rasqal_new_floating_literal (const unsigned char * string);

Arguments

string

formatted version of floating literal

Description

The floating point decimal number encoded in the string is turned into a rasqal floating literal (C double) and given

a datatype of xsd

double.

Return value

New rasqal_literal or NULL on failure