Hi,
I'm new to C#
Can someone help me understanding this bit of code?
- for (int i = 0; i < theMaterial.Step; i++)
- {
- theMaterial.Data.Columns.Add(i.ToString(), typeof(double));
- }
Is Add a C# internal function?
What is it exactly doing?
Sahil
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Feb 29, 2016, 3:47 AM
Send full code ... Will guide
Sahil DevPosted Feb 29, 2016, 3:39 AM
Riddhi ValechaPosted Feb 28, 2016, 2:28 PM