ixfx
Preparing search index...
Numbers
dotProduct
Function dotProduct
dotProduct
(
values
:
readonly
(
readonly
number
[]
)
[]
)
:
number
Returns the dot product of arbitrary-sized arrays. Assumed they are of the same length.
Parameters
values
:
readonly
(
readonly
number
[]
)
[]
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns the dot product of arbitrary-sized arrays. Assumed they are of the same length.