bin:unpack-double
Extract double value stored at the particular offset in binary data.
unpack-double($in as xs:base64Binary, $offset as xs:integer) ➔ xs:double
Arguments | |||
| $in | xs:base64Binary | Input binary data |
| $offset | xs:integer | Offset in octets into the input data |
Result | xs:double |
unpack-double($in as xs:base64Binary, $offset as xs:integer, $octet-order as xs:string) ➔ xs:double
Arguments | |||
| $in | xs:base64Binary | Input binary data |
| $offset | xs:integer | Offset in octets into the input data |
| $octet-order | xs:string | The order (most/least significant first) in which to pack or unpack octets |
Result | xs:double |
Namespace
http://expath.org/ns/binary