http://gambaswiki.org/bugtracker/edit?object=BUG.886&from=L21haW4-

Martin CRISTIA reported a new bug.

Summary
-------

Operations with numeric vectors/arrays

Type             : Request
Priority         : Low
Gambas version   : Unknown
Product          : Language


Description
-----------

Basic math operations with vectors:

Dim vec1 as Float[], vec2 as Float[]

vec1 = [1.0, 2.2, 4.5]
vec2 = [4.5, 5.6, 6.7]

vec1 = vec1 + vec2 ---> vec1[0] = vec1[0] + vec2[0] and so on

vec2 *= 3.5  ---> vec2[0] *= 3.5 ; vec2[1] *=3.5 ......





------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to