All Classes |Grouped Classes |Index

Function set_attribute_float

Sets the attribute node with the specified tag name to the given floating-point value.

	void CL_DomElement::set_attribute_float(
		const CL_DomString & name,
		float value,
		int num_decimal_places = 6);