BinaryConvertToSingle(UInt64) Method |
Bit conversion.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic static float ToSingle(
ulong from
)
Parameters
- from UInt64
- The value to change.
Return Value
SingleThe converted value.
See Also