Click or drag to resize

BinaryConvertToSingle Method (UInt32)

Bit conversion.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public static float ToSingle(
	uint from
)

Parameters

from
Type: SystemUInt32
The value to change.

Return Value

Type: Single
The converted value.
See Also