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


In This Topic
    AbsSmall Method
    In This Topic
    Returns true if smaller by absolute value
    Syntax
    'Declaration
     
    
    Public Function AbsSmall( _
       ByVal vector As NVector3DD _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NVector3DD
    Dim vector As NVector3DD
    Dim value As System.Boolean
     
    value = instance.AbsSmall(vector)
    public System.bool AbsSmall( 
       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