ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
The dot product of the two inputs
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.DrawingVector4
First operand - right
- Type: ILNumerics.DrawingVector4
Second operand
Return Value
Type: SingleThe dot product of the two inputs
Remarks
[ILNumerics Visualization Engine]
See Also