All Classes |Grouped Classes |Index

Function set_attribute_float_ns

Sets the attribute node with the specified qualified name and namespace to the given floating-point value.

	void CL_DomElement::set_attribute_float_ns(
		const CL_DomString & namespace_uri,
		const CL_DomString & qualified_name,
		float value,
		int num_decimal_places = 6);