Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure / Multiply Method


In This Topic
    Multiply Method (NVector3DD)
    In This Topic
    Makes this vector the scalar multiplication of v1 with the specified fMul factor
    Syntax
    'Declaration
     
    
    Public Sub Multiply( _
       ByRef v1 As NVector3DD, _
       ByVal fMul As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NVector3DD
    Dim v1 As NVector3DD
    Dim fMul As System.Double
     
    instance.Multiply(v1, fMul)
    public void Multiply( 
       ref NVector3DD v1,
       System.double fMul
    )

    Parameters

    v1
    fMul
    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