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.FloatIntUnion Struct Reference

Union of a floating point variable and an integer More...

Public Attributes

float Float
 The union's value as a floating point variable More...
 
int Int
 The union's value as an integer More...
 
uint UInt
 The union's value as an unsigned integer More...
 

Detailed Description

Union of a floating point variable and an integer

Member Data Documentation

float NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.Float
int NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.Int
uint NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.UInt

The union's value as an unsigned integer

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


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