namespace FSharp.Data.Tdms open System.Runtime.CompilerServices open System.Runtime.InteropServices #if !IS_DESIGNTIME [] #else [] #endif type Extended = { RawSignExponent: uint16 RawSignificand: uint64 } type float80 = Extended