Click or drag to resize

BinaryConvertToDouble(Int32) Method

Bit conversion.

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

Parameters

from  Int32
The value to change.

Return Value

Double
The converted value.
See Also