ImageGear for .NET
scalarProduct Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Point Class : scalarProduct Method

vector
The vector for the scalar product with this vector.

Glossary Item Box

Makes the scalar product of this vector with given vector.

Syntax

ASP.NET Ajax Javascript (Specification) 
function scalarProduct( 
   vector : Point
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPoint.scalarProduct(Point);

Parameters

vector
The vector for the scalar product with this vector.

See Also

©2013. Accusoft Corporation. All Rights Reserved.