OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenSim.Tests.Common.ANumericalToleranceConstraint Class Reference
Inheritance diagram for OpenSim.Tests.Common.ANumericalToleranceConstraint:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Tests.Common.ANumericalToleranceConstraint:
Collaboration graph
[legend]

Public Member Functions

 ANumericalToleranceConstraint (double tolerance)
 

Protected Member Functions

bool IsWithinDoubleConstraint (double doubleValue, double baseValue)
 

Protected Attributes

double _tolerance
 

Detailed Description

Definition at line 33 of file ANumericalToleranceConstraint.cs.

Constructor & Destructor Documentation

OpenSim.Tests.Common.ANumericalToleranceConstraint.ANumericalToleranceConstraint ( double  tolerance)
inline

Definition at line 37 of file ANumericalToleranceConstraint.cs.

Member Function Documentation

bool OpenSim.Tests.Common.ANumericalToleranceConstraint.IsWithinDoubleConstraint ( double  doubleValue,
double  baseValue 
)
inlineprotected

Definition at line 46 of file ANumericalToleranceConstraint.cs.

Member Data Documentation

double OpenSim.Tests.Common.ANumericalToleranceConstraint._tolerance
protected

Definition at line 35 of file ANumericalToleranceConstraint.cs.


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