FNV_dotcomputes the scalar, or dot, product of the vectorsaandb. This is done by multiplying each element ofaby the corresponding elementband summing the products.
Errors
FNV_dotcauses an HTBasic error ifAandBare not both of type REAL or if they do not have the same number of elements.