TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hm Hn
NA
1
622
What does private float[] _b = new float[_A * _B] mean/imply
Jun 14 2016 2:50 PM
Hello all,
I am very new to C# and I was given a code to work on. Now I am trying to understand the very basic fundamentals. So I ran into something like this:
private float[] _b = new float[_A * _B]
Very stupid but does * imply the multiplication of A and B?
I am also interested to dump an array in a loop into a text or image file like *.jpg. Is there any way I can dump the array only in the first iteration?
Thank you so much.
Reply
Answers (
1
)
Console is not persistent
How to get font name of all text from PDF