Click or drag to resize

BinaryConvertToUInt32 Method (Double)

Bit conversion.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 17.00.05
Syntax
C#
public static uint ToUInt32(
	double from
)

Parameters

from
Type: SystemDouble
The value to change.

Return Value

Type: UInt32
The converted value.
See Also