Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure / DotProduct Method / DotProduct(NVector3DD) Method


In This Topic
    DotProduct(NVector3DD) Method
    In This Topic
    Computes the dot product of this vector and the specified vector
    Syntax
    'Declaration
     
    
    Public Overloads Function DotProduct( _
       ByRef v As NVector3DD _
    ) As System.Double
    'Usage
     
    
    Dim instance As NVector3DD
    Dim v As NVector3DD
    Dim value As System.Double
     
    value = instance.DotProduct(v)
    public System.double DotProduct( 
       ref NVector3DD v
    )

    Parameters

    v
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also