Vdot()Functionsvdot(<vector>,<vector>[,<delim>][, <output delim> ])Returns the dot product of two vectors. The dot product of two vectors is a scalar. (a,b,c) * (x,y,z) = ax + by + czExample> @pemit me=vdot(1 2 3,2 3 4)20Related Topicsvmul(), vcross()