bug TDI-23345 fixed:DataOperation.FIX(value) Expression's Help explanation is incorrect

git-svn-id: http://talendforge.org/svn/tos/trunk@93484 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
fwang
2012-11-09 02:11:48 +00:00
parent 9378db4d61
commit 25ed3b60a3

View File

@@ -40,13 +40,13 @@ public class DataOperation {
}
/**
* FIX( ) Rounds an expression to a decimal number having the accuracy specified by the PRECISION statement.
* FIX(double) expression Rounds given double numbers to the closest long.
*
* {talendTypes} long | Long
*
* {Category} DataOperation
*
* {param} double (0.0) d:decimal number
* {param} double (0.0) d:double number
*
* {example} FIX(3.14)
*