Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / SbII Class / nCII Method


In This Topic
    nCII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function nCII( _
       ByVal OCII As System.Single, _
       ByVal pCII As System.Single, _
       ByVal QCII As System.Single, _
       ByVal rCII As System.Single _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As SbII
    Dim OCII As System.Single
    Dim pCII As System.Single
    Dim QCII As System.Single
    Dim rCII As System.Single
    Dim value As System.IntPtr
     
    value = instance.nCII(OCII, pCII, QCII, rCII)
    internal System.IntPtr nCII( 
       System.float OCII,
       System.float pCII,
       System.float QCII,
       System.float rCII
    )

    Parameters

    OCII
    pCII
    QCII
    rCII
    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