DicomObjects.NET10 Documentation
DicomObjects Namespace / Vector3D Class / Multiplication Operator / Multiplication(Double,Vector3D) Operator



In This Topic
    Multiplication(Double,Vector3D) Operator
    In This Topic
    Multiply vector
    Syntax
    'Declaration
     
    
    Overloads Public Operator *( _
       ByVal scalar As Double, _
       ByVal vector As Vector3D _
    ) As Vector3D
    'Usage
     
    
    public Vector3D operator *( 
       double scalar,
       Vector3D vector
    )
    public:
    Vector3D^ operator *( 
       double scalar,
       Vector3D^ vector
    )

    Parameters

    scalar
    vector
    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