Click or drag to resize

BinaryConvertToUInt16(Double) Method

Bit conversion.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static ushort ToUInt16(
	double from
)

Parameters

from  Double
The value to change.

Return Value

UInt16
The converted value.
See Also