IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion Struct Reference

Union of a double precision floating point variable and a long More...

Public Attributes

double Double
 The union's value as a double precision floating point variable More...
 
long Long
 The union's value as a long More...
 
ulong ULong
 The union's value as an unsigned long More...
 

Detailed Description

Union of a double precision floating point variable and a long

Member Data Documentation

double NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion.Double
long NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion.Long
ulong NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion.ULong

The union's value as an unsigned long

Referenced by NUnit.Framework.Constraints.FloatingPointNumerics.AreAlmostEqualUlps().


The documentation for this struct was generated from the following file: