A
almurph
Hi,
I'm translating some C into C#.NET and came accross the "ForEach"
loopp with 3 parameters. For the life of me i can't figure it out and
can;t seem to get any info online (strange, no?)
Anyway can anyone explain it to me please?
Code is like this:
ForEach(a, 0, c)
{
DeltaFreq[a] = 0;
}
Would appreciate any comments/suggestions/code-samples/relevent URLs
that you would like to share.
Thanking you,
Al.
The Confused.
I'm translating some C into C#.NET and came accross the "ForEach"
loopp with 3 parameters. For the life of me i can't figure it out and
can;t seem to get any info online (strange, no?)
Anyway can anyone explain it to me please?
Code is like this:
ForEach(a, 0, c)
{
DeltaFreq[a] = 0;
}
Would appreciate any comments/suggestions/code-samples/relevent URLs
that you would like to share.
Thanking you,
Al.
The Confused.