It seems like there would be a ton of uses for a fixed point data type. Why is there not one in .NET?
Note: I understand we can create our own classes/structs to sui
You're looking for the little-known System.Data.SqlTypes.SqlDecimal class.