Getting The Decimal Part Of A Number In ColdFusion

<!--- Get decimal values values. --->
#GetDecimal( 134.5464 )#
#GetDecimal( 134 )#
#GetDecimal( 134.34464 )#
#GetDecimal( 134.45444554445 )#

For Cut-and-Paste