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


In This Topic
    OMW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function OMW( _
       ByVal pMW As System.Double, _
       ByVal QMW As System.Double, _
       ByVal rMW As System.Double, _
       ByVal SMW As System.Double _
    ) As NRange
    'Usage
     
    
    Dim pMW As System.Double
    Dim QMW As System.Double
    Dim rMW As System.Double
    Dim SMW As System.Double
    Dim value As NRange
     
    value = NRange.OMW(pMW, QMW, rMW, SMW)
    internal static NRange OMW( 
       System.double pMW,
       System.double QMW,
       System.double rMW,
       System.double SMW
    )

    Parameters

    pMW
    QMW
    rMW
    SMW
    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