DecimalParts struct DecimalParts Documentation Code public uint High { get; } public bool IsNegative { get; } public uint Low { get; } public uint Mid { get; } public byte Scale { get; } public static DecimalParts FromValue(decimal value)