codekaizen


Comments:

A Money Type for the CLR

posted by codekaizencodekaizen(125) 3 years, 9 months ago 0

gregbeech -

You need to read more carefully... it _is_ a floating point type. From the same MSDN page:

"A decimal number is a floating-point value that consists of a sign, a numeric value where each digit in the value ranges from 0 to 9, and a scaling factor that indicates the position of a floating decimal point that separates the integral and fractional parts of the numeric value. "

http://msdn.microsoft.com/en-us/library/system.decimal.aspx

Reply