ToFloat(ulong) Method
Reinterprets bits as a double.
Namespace
RandN.Implementation
Containing Type
FloatUtils

Syntax

public static double ToFloat(this ulong bits)

Parameters

NameTypeDescription
bitsulong

Return Value

TypeDescription
double