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:
@@ -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)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user