Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NSingleIntUnion Structure
Members


In This Topic
    NSingleIntUnion Structure
    In This Topic
    A struct used for converting float to int values (Int32) and vice versa.
    Object Model
    NSingleIntUnion Structure
    Syntax
    'Declaration
     
    
    Public Structure NSingleIntUnion 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NSingleIntUnion
    public struct NSingleIntUnion : System.ValueType 
    Remarks
    The struct occupies 4 bytes and has two fields - the first one treats these 4 bytes as double and the second one - as int (Int32).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.IO.NSingleIntUnion

    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