Click or drag to resize

BinaryConvertToUInt64 Method (Single)

Bit conversion.

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

Parameters

from
Type: SystemSingle
The value to change.

Return Value

Type: UInt64
The converted value.
See Also