How To Use Functional Expressions
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
How To Use Functional Expressions
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
A functional expression is a value expression that consists of a function keyword and its associated arguments.
Examples of Functional Expressions
$absolute(6-11)
Result is 5.
$length(“Smith”)
Result is 5.
$cos(0)
Result is 1.
$log10(2*50)
Result is 2.
$year(19990923)
Result is 1999.
$maxof($absolute(-10),4+5)
Result is 10.
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5