how to call methods of variables' type class

提議的解答 how to call methods of variables' type class

  • Thursday, June 21, 2012 2:14 PM
     
     

    eg, 

    Variable<Vector> a,b;

    How can I do sum of a, b using  Vector.SetToSum() method? to create another vector variable of the sum of these two

    thx

All Replies