Float Module

Functions and values

Function or value Description

addToXValueFloat a toAdd

Full Usage: addToXValueFloat a toAdd

Parameters:
    a : float -
    toAdd : float -

Returns: float

addToXValue: adds toAdd to a (+)

a : float

toAdd : float

Returns: float

Example

getDiffFloat a b

Full Usage: getDiffFloat a b

Parameters:
    a : float -
    b : float -

Returns: float

getDiff: calculates the difference of the two events (-)

a : float

b : float

Returns: float

Example