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


In This Topic
    StoreMax Method
    In This Topic
    Stores the maximum values in this vector
    Syntax
    'Declaration
     
    
    Public Sub StoreMax( _
       ByVal vector As NVector3DD _
    ) 
    'Usage
     
    
    Dim instance As NVector3DD
    Dim vector As NVector3DD
     
    instance.StoreMax(vector)
    public void StoreMax( 
       NVector3DD vector
    )

    Parameters

    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