Click or drag to resize

BinaryConvertToInt32(Single) Method

Bit conversion.

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

Parameters

from  Single
The value to change.

Return Value

Int32
The converted value.
See Also