Search

You searched for the word(s): userid:391854

Matching Posts

  • Re: decimal or double multiplication ??

    In an expression with two operands, both of type decimal, the return will be of type decimal. This is true regardless if these operands are both literals suffixed with "M", or variables declared as type Decimal, or one of each. In the example below, three multiplication statements are executed. Note that although these statements differ in syntax, they are semantically similiar: they all multiply the decimal values 6.43 and 0.05 and return the result as a decimal type. So the answer to
    Posted to C# (Forum) by Roscoe Brooks on 2/29/2004
Page 1 of 1 (1 items)