Re: Newbie Question: decimal variable type
- From: "Paul E Collins" <find_my_real_address@xxxxxxx>
- Date: Fri, 12 Oct 2007 17:50:10 +0100
"Blue Streak" <rdlebreton@xxxxxxxxxxx> wrote:
I read somewhere that the decimal variable type
uses 128-bits in memory for each variable.
However, I read from other sources that the
decimal type only uses 96-bits to store the number.
So perform the experiment yourself:
Console.WriteLine(sizeof(decimal) * 8);
Eq.
.
- References:
- Newbie Question: decimal variable type
- From: Blue Streak
- Newbie Question: decimal variable type
- Prev by Date: Re: How Can I Determine what type of IOException occurred?
- Next by Date: Re: Garbage Colletor
- Previous by thread: Newbie Question: decimal variable type
- Next by thread: Re: Newbie Question: decimal variable type
- Index(es):