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

Syntax

[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static uint ToBits(this float num)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
numfloat

Return Value

TypeDescription
uint