Skip to content

Double

Canonical path: o6.Double

Double module-attribute

Double = float64

OPC UA Double: IEEE-754 double-precision number.

A Python float is cast to this type at the API boundary, because CPython floats are already 64 bits wide and the conversion loses nothing.