lrc_variant_double

Example: lrc_variant_doubleAssignment to Variants

Assigns a string into a double-type value in a variant.

VARIANT lrc_variant_double( const char* str );
VARIANT lrc_variant_double_by_variant( const char* str ); 

strA character string representing a double -type floating point value.

The lrc_variant_double function converts a string to a double-type floating point value stored in a variant.

The lrc_variant_double_by_variant function converts a string to a double-type value and returns a variant containing a reference to the variant containing the value.

Return Values

lrc Return Values

Parameterization

You cannot use standard parameterization for any arguments in this function.