IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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... | |
Union of a floating point variable and an integer
float NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.Float |
The union's value as a floating point variable
Referenced by NUnit.Framework.Constraints.FloatingPointNumerics.AreAlmostEqualUlps(), and NUnit.Framework.Constraints.FloatingPointNumerics.ReinterpretAsInt().
int NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.Int |
The union's value as an integer
Referenced by NUnit.Framework.Constraints.FloatingPointNumerics.AreAlmostEqualUlps(), and NUnit.Framework.Constraints.FloatingPointNumerics.ReinterpretAsFloat().
uint NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.UInt |
The union's value as an unsigned integer
Referenced by NUnit.Framework.Constraints.FloatingPointNumerics.AreAlmostEqualUlps().