SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Functions
FloatComparison Namespace Reference

Functions

def EqualsAbsoluteTolerance
def feq
def fge
def fgt
def fle
def flt
def fne
def GreaterThanAbsoluteTolerance
def GreaterThanEqualsAbsoluteTolerance
def LessThanAbsoluteTolerance
def LessThanEqualsAbsoluteTolerance
def NotEqualsAbsoluteTolerance

Function Documentation

def FloatComparison.EqualsAbsoluteTolerance (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool EqualsAbsoluteTolerance(double,double [,double])
def FloatComparison.feq (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool feq(double,double [,double])
def FloatComparison.fge (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fge(double,double [,double])
def FloatComparison.fgt (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fgt(double,double [,double])
def FloatComparison.fle (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fle(double,double [,double])
def FloatComparison.flt (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool flt(double,double [,double])
def FloatComparison.fne (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fne(double,double [,double])
def FloatComparison.GreaterThanAbsoluteTolerance (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool GreaterThanAbsoluteTolerance(double,double [,double])
def FloatComparison.GreaterThanEqualsAbsoluteTolerance (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool GreaterThanEqualsAbsoluteTolerance(double,double [,double])
def FloatComparison.LessThanAbsoluteTolerance (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool LessThanAbsoluteTolerance(double,double [,double])
def FloatComparison.LessThanEqualsAbsoluteTolerance (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool LessThanEqualsAbsoluteTolerance(double,double [,double])
def FloatComparison.NotEqualsAbsoluteTolerance (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool NotEqualsAbsoluteTolerance(double,double [,double])