BinaryConvertToDouble Method (UInt64) |
Bit conversion.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntaxpublic static double ToDouble(
ulong from
)
Parameters
- from
- Type: SystemUInt64
The value to change.
Return Value
Type:
DoubleThe converted value.
See Also