sesaparcours
Preparing search index...
types
<internal>
BoxedFunctionSignature
Type Alias BoxedFunctionSignature
type
BoxedFunctionSignature
=
{
canonical
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
null
;
compile
?:
(
expr
:
BoxedExpression
)
=>
CompiledExpression
;
evalDimension
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
;
evaluate
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
undefined
;
inferredSignature
:
boolean
;
N
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
undefined
;
optParams
:
BoxedDomain
[]
;
params
:
BoxedDomain
[]
;
restParam
?:
BoxedDomain
;
result
:
|
BoxedDomain
|
(
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedDomain
|
null
|
undefined
)
;
sgn
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
-1
|
0
|
1
|
undefined
;
simplify
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
undefined
;
}
Index
Properties
canonical?
compile?
eval
Dimension?
evaluate?
inferred
Signature
N?
opt
Params
params
rest
Param?
result
sgn?
simplify?
Properties
Optional
canonical
canonical
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
null
Optional
compile
compile
?:
(
expr
:
BoxedExpression
)
=>
CompiledExpression
Optional
eval
Dimension
evalDimension
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
)
=>
BoxedExpression
Optional
evaluate
evaluate
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
undefined
inferred
Signature
inferredSignature
:
boolean
Optional
N
N
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
)
=>
BoxedExpression
|
undefined
opt
Params
optParams
:
BoxedDomain
[]
params
params
:
BoxedDomain
[]
Optional
rest
Param
restParam
?:
BoxedDomain
result
result
:
|
BoxedDomain
|
(
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedDomain
|
null
|
undefined
)
Optional
sgn
sgn
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
)
=>
-1
|
0
|
1
|
undefined
Optional
simplify
simplify
?:
(
ce
:
IComputeEngine
,
args
:
BoxedExpression
[]
,
)
=>
BoxedExpression
|
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
canonical
compile
eval
Dimension
evaluate
inferred
Signature
N
opt
Params
params
rest
Param
result
sgn
simplify
sesaparcours
Loading...