VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Multiply Methods / Multiply(VintasoftVector3D,VintasoftVector3D) Method
Syntax Requirements SeeAlso
In This Topic
Multiply(VintasoftVector3D,VintasoftVector3D) Method (VintasoftVector3D)
In This Topic
Calculates the dot product of the two specified vectors.
Syntax
'Declaration

Public Overloads Shared Function Multiply( _
ByVal vector1
The first vector to multiply.
As VintasoftVector3D, _
ByVal vector2
The second vector to multiply.
As VintasoftVector3D _
) As Double

Parameters

vector1
The first vector to multiply.
vector2
The second vector to multiply.

Return Value

Dot product of vector1 and vector2.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also