BinaryConvertToUInt16(Single) Method |
Bit conversion.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic static ushort ToUInt16(
float from
)
Parameters
- from Single
- The value to change.
Return Value
UInt16The converted value.
See Also