|
Open CASCADE Technology
6.9.0
|
#include <math_CompareOfValueAndWeight.hxx>
Public Member Functions | |
| math_CompareOfValueAndWeight () | |
| Standard_Boolean | IsLower (const math_ValueAndWeight &Left, const math_ValueAndWeight &Right) const |
| Returns True if <Left.Value()> is lower than <Right.Value()>. More... | |
| Standard_Boolean | IsGreater (const math_ValueAndWeight &Left, const math_ValueAndWeight &Right) const |
| Returns True if <Left.Value()> is greater than <Right.Value()>. More... | |
| Standard_Boolean | IsEqual (const math_ValueAndWeight &Left, const math_ValueAndWeight &Right) const |
| returns True when <Right> and <Left> are equal. More... | |
| math_CompareOfValueAndWeight::math_CompareOfValueAndWeight | ( | ) |
| Standard_Boolean math_CompareOfValueAndWeight::IsEqual | ( | const math_ValueAndWeight & | Left, |
| const math_ValueAndWeight & | Right | ||
| ) | const |
returns True when <Right> and <Left> are equal.
| Standard_Boolean math_CompareOfValueAndWeight::IsGreater | ( | const math_ValueAndWeight & | Left, |
| const math_ValueAndWeight & | Right | ||
| ) | const |
Returns True if <Left.Value()> is greater than <Right.Value()>.
| Standard_Boolean math_CompareOfValueAndWeight::IsLower | ( | const math_ValueAndWeight & | Left, |
| const math_ValueAndWeight & | Right | ||
| ) | const |
Returns True if <Left.Value()> is lower than <Right.Value()>.
1.8.5