XmlArchive.unarchiveFloat

Unarchives the value associated with the given id.

Parameters

id Id

the id associated with the value

Return Value

Type: float

the unarchived value

Examples

auto archive = new XmlArchive!();
archive.beginUnarchiving(data);
auto foo = unarchiveBool(0);

Meta