2 references to UintValue
WindowsBase (2)
Shared\MS\Internal\DoubleUtil.cs (2)
308
UInt64 exp = t.
UintValue
& 0xfff0000000000000;
309
UInt64 man = t.
UintValue
& 0x000fffffffffffff;