Navigation :
Envision Language
Lokad Platform
Envision Gallery
Envision Reference
- Glossary
- Tile syntax
- List of icons
- StyleCode sub-language
-
_
-
A-B-C
-- abs
-- actionrwd.dampen
-- actionrwd.demand
-- actionrwd.reward
-- actionrwd.segment
-- all
-- and
-- any
-- areSame
-- argfirst
-- arglast
-- argmax
-- argmin
-- arground
-- argwhichever
-- as
-- assert
-- assertfail
-- assoc.quantity
-- at
-- auto
-- autodiff
-- avg
-- barchart
-- boolean
-- Built-in Tables
-- by
-- canonical
-- cdf
-- ceiling
-- changed
-- chart
-- commonPrefix
-- complement
-- concat
-- connected
-- const
-- constant
-- consume
--
contains
-- containsAny
-- containsCount
-- cos
-- count
-- cross
-- crps
-- cumsub
-- cumsum
-- currentDashUrl
-
D-E-F
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-
S-T-U
-
V-W-X
-
Y-Z
Envision Specifications
Library
Legacy
constant
constant(a : number) 🡒 zedfunc, pure function
Returns the zedfunc
representing the constant function $f: x \mapsto a$.
show scalar "" a1b2 with constant(1)
The constant()
function should not be confused with the const
keyword. The two constructs are unrelated. In particular, constant
does not refer to any kind of compile-time constants.