DicomObjects.NET10 Documentation
DicomObjects Namespace / Vector3D Class / Division Operator



In This Topic
    Division Operator
    In This Topic
    Multiply vector
    Syntax
    'Declaration
     
    
    Public Operator /( _
       ByVal v1 As Vector3D, _
       ByVal scalar As Single _
    ) As Vector3D
    'Usage
     
    
    public Vector3D operator /( 
       Vector3D v1,
       float scalar
    )
    public:
    Vector3D^ operator /( 
       Vector3D^ v1,
       float scalar
    )

    Parameters

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