Home | History | Annotate | Download | only in snippets
      1 Array3d v(-3,5,0);
      2 cout << v.sign() << endl;
      3