Int Module

Functions and values

Function or value Description

addToXValueInt a toAdd

Full Usage: addToXValueInt a toAdd

Parameters:
    a : int -
    toAdd : float -

Returns: int

addToXValue: adds toAdd to a

a : int

toAdd : float

Returns: int

Example

getDiffInt a b

Full Usage: getDiffInt a b

Parameters:
    a : int -
    b : int -

Returns: float

getDiff: calculates the difference of the two events

a : int

b : int

Returns: float

Example