ToBits(double) Method
Reinterprets the bits of num as a ulong.
Namespace
RandN.Implementation
Containing Type
FloatUtils

Syntax

[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static ulong ToBits(this double num)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
numdouble

Return Value

TypeDescription
ulong