This seems straight forward and simple...I want to create an array as one of the elements inside my structure, but when I go to run the code it gives me an exception...HELP!!!
Public Class Form1
Private Structure Polynomial
Dim degree As Int16
Dim coeffArray() As Double
End Structure
Private...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.