I have a problem with arrays.
I need to declare a multidimensional array within a type(
and i write
field arr:float[]
)
Then i would need to adjust its dimensions when the type is created:
arr=new float[x, y]
Does anyone know how to bypass this problem?
Any code is well accepted.
Thank you to all.
I need to declare a multidimensional array within a type(
and i write
field arr:float[]
)
Then i would need to adjust its dimensions when the type is created:
arr=new float[x, y]
Does anyone know how to bypass this problem?
Any code is well accepted.
Thank you to all.