Click or drag to resize

BinaryConvertToInt32 Method (Double)

Bit conversion.

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

Parameters

from
Type: SystemDouble
The value to change.

Return Value

Type: Int32
The converted value.
See Also