Package parasol :: Module cast'
[hide private]
[frames] | no frames]

Module cast'

source code


Version: 1.0

Date: Jan 26, 2004

Author: Charlie Taylor (charlietaylor@sourceforge.net)

Copyright: Copyright (c) 2009 Charlie Taylor

License: BSD

Functions [hide private]
 
floatDammit(val=0.0)
converts input to a float, no matter what.
source code
 
intDammit(val=0)
converts input to an integer, no matter what.
source code
Function Details [hide private]

floatDammit(val=0.0)

source code 

converts input to a float, no matter what. returns a float value, 0.0 if there's an error

Parameters:
  • val - value to be converted to a float

intDammit(val=0)

source code 

converts input to an integer, no matter what. returns an integer value, 0 if there's an error

Parameters:
  • val - value to be converted to an integer