DicomObjects.NET10 Documentation
DicomObjects Namespace / Vector3D Class / Normalize Method



In This Topic
    Normalize Method
    In This Topic
    Normalizes the vector
    Syntax
    'Declaration
     
    
    Public Sub Normalize() 
    'Usage
     
    
    Dim instance As Vector3D
     
    instance.Normalize()
    public void Normalize()
    public:
    void Normalize(); 
    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