ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Calculate the dot product of two vectors
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- left
- Type: ILNumerics.Drawing.Vector4
First operand - right
- Type: ILNumerics.Drawing.Vector4
Second operand - result
- Type: System.Single
The dot product of the two inputs
Remarks
[ILNumerics Visualization Engine]
See Also