Simple dimension statement question

  • Thread starter Thread starter Jordan
  • Start date Start date
J

Jordan

I have the following dimension statement in a VB.NET subroutine:

Dim x, y, z As Double

Will x, y & z all be dimensioned as Doubles, or will x & z become a
"System.Object" datatype?

Thanks,
Jordan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top