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