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


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

    System.Object
       System.ValueType
          Nevron.Nov.IO.NDoubleLongUnion

    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