SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions | Variables
LinearRange Namespace Reference

Classes

class  LinearRange
 Represents a range on a continuous one-dimensional number line which can be split up into mutiple smaller ranges by cutting the original range. More...

Functions

def fge
def fgt
def fle
def flt

Variables

tuple float_info = sys.float_info(max=1.7976931348623157e+308, max_...epsilon=2.220446049250313e-16, radix=2, rounds=1)

Function Documentation

def LinearRange.fge (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fge(double,double [,double])
def LinearRange.fgt (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fgt(double,double [,double])
def LinearRange.fle (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fle(double,double [,double])
def LinearRange.flt (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool flt(double,double [,double])

Variable Documentation

tuple LinearRange.float_info = sys.float_info(max=1.7976931348623157e+308, max_...epsilon=2.220446049250313e-16, radix=2, rounds=1)