Click or drag to resize
sqx

VectorDotProduct Method

[float] DotProduct([Vector] B)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public SqlDouble DotProduct(
	Vector B
)

Parameters

B
Type: sqxVector
[Vector]

Return Value

Type: SqlDouble
[float]
See Also