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.Attributes.TheoryTests.SqrtTests Class Reference

Public Member Functions

void SqrtTimesItselfGivesOriginal (double num)
 

Public Attributes

double zero = 0
 
double positive = 1
 
double negative = -1
 
double max = double.MaxValue
 
double infinity = double.PositiveInfinity
 

Member Function Documentation

void NUnit.Framework.Attributes.TheoryTests.SqrtTests.SqrtTimesItselfGivesOriginal ( double  num)
inline

Member Data Documentation

double NUnit.Framework.Attributes.TheoryTests.SqrtTests.zero = 0
double NUnit.Framework.Attributes.TheoryTests.SqrtTests.positive = 1
double NUnit.Framework.Attributes.TheoryTests.SqrtTests.negative = -1
double NUnit.Framework.Attributes.TheoryTests.SqrtTests.max = double.MaxValue
double NUnit.Framework.Attributes.TheoryTests.SqrtTests.infinity = double.PositiveInfinity

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