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

Syntax

[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static double ToFloat(this ulong bits)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
bitsulong

Return Value

TypeDescription
double