Definition at line 585 of file FXMaths.h.
00586 { 00587 for(FXuint n=0; n<A; n++) s << v[n]; 00588 return s; 00589 }