Nevron Open Vision Documentation
Nevron.Nov Namespace / NVariant Structure
Members


In This Topic
    NVariant Structure
    In This Topic
    Represents a value-type pair, which facilitates the type convertion of values, as well as mathematical and logical operations with values of different type and measurement unit.
    Object Model
    NVariant Structure
    Syntax
    'Declaration
     
    
    Public Structure NVariant 
       Inherits System.ValueType
       Implements Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NVariant
    public struct NVariant : System.ValueType, Nevron.Nov.Serialization.INDomCustomSerializable  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.NVariant

    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