Return to previous page | Return to menu | Go to next page


FIXED
Arithmetic functions

slInnerProduct

Vector dot product

Format

FIXED slInnerProduct(vct1 , vct2)
VECTOR vct1 ;
VECTOR vct2 ;

Parameter

vct1 VECTOR type variable that takes dot product
vct2 VECTOR type variable that takes dot product

Function

Takes the dot product of the specified vectors and returns the result.

Return value

The function returns the inner product operation result.

Remarks

The return value is calculated as shown below.

Reference: Chapter 11 Arithmetic Functions

slInnerProduct


Return to previous page | Return to menu | Go to next page