Difference between revisions of "Intrinsic Function"
From ArcoWiki
| (One intermediate revision by one other user not shown) | |||
| Line 24: | Line 24: | ||
::<code>STR(X)</code><code><span style="color: green; text-decoration: none;">$$convert a number in a string</span><br/></code> | ::<code>STR(X)</code><code><span style="color: green; text-decoration: none;">$$convert a number in a string</span><br/></code> | ||
::<code>VAL(X)</code><code><span style="color: green; text-decoration: none;">$$convert a string in number</span><br/></code> | ::<code>VAL(X)</code><code><span style="color: green; text-decoration: none;">$$convert a string in number</span><br/></code> | ||
| + | |||
| + | |||
| + | [[it:Funzione intrinseca]] | ||
| + | [[zh-cn:内在函数]] | ||
| + | [[pt:Função Intrínseca]] | ||
| + | [[de:Eigenfunktion]] | ||
| + | [[es:Función intrínseca]] | ||
| + | [[en:Intrinsic Function]] | ||
[[Category:Dmis_Tutorial]] | [[Category:Dmis_Tutorial]] | ||
Latest revision as of 08:21, 11 June 2018
Please check on DMIS manual for the full list of the Intrinsic Functions. The major list of the functions are:
ABS(X)$$absolute valueACOS(X)$$arccosineASIN(X)$$arcsineATAN(X)$$arctangentATAN2(Y,X)$$arctangent of y/x, the sign of y and x determinate the quadrantDTOR(X)$$convert degrees to radiansRTOD(X)$$convert radians to degreesEXP(X)$$exponentialINT(X)$$return an integerMN(val1, val2, …)$$obtain the smallest value of a list of valuesMX(val1, val2, …)$$obtain the biggest value of a list of valuesNINT(X)$$return an integer rounding the nearest valueLEN(str1)$$length of a stringINDX(str1,str2)$$location of a substring in a stringSDATE()$$return the date ‘yyyy/mm/dd’STIME()$$return the date ‘hh:mm:ss’COS(X)$$Real or Double (argument in radians)SIN(X)$$Real or Double (argument in radians)TAN(X)$$Real or Double (argument in radians)SQRT(X)$$quare rootSTR(X)$$convert a number in a stringVAL(X)$$convert a string in number