Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRange Structure / tMW Method


In This Topic
    tMW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function tMW( _
       ByVal UMW As System.Single, _
       ByVal vMW As System.Single, _
       ByVal WMW As System.Single, _
       ByVal xMW As System.Single _
    ) As NRange
    'Usage
     
    
    Dim UMW As System.Single
    Dim vMW As System.Single
    Dim WMW As System.Single
    Dim xMW As System.Single
    Dim value As NRange
     
    value = NRange.tMW(UMW, vMW, WMW, xMW)
    internal static NRange tMW( 
       System.float UMW,
       System.float vMW,
       System.float WMW,
       System.float xMW
    )

    Parameters

    UMW
    vMW
    WMW
    xMW
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also