Search
Preparing search index...
The search index is not available
quantlib.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"ql/utilities/operator"
UnaryOperator
Interface UnaryOperator<X, Y>
module
Operator Copyright (c) Jin Yang. All Rights Reserved.
Type parameters
X
Y
Hierarchy
UnaryOperator
Index
Methods
adda
diva
minus
mula
suba
Methods
Optional
adda
adda
(
x
:
X
)
:
Y
Parameters
x:
X
Returns
Y
Optional
diva
diva
(
x
:
X
)
:
Y
Parameters
x:
X
Returns
Y
Optional
minus
minus
(
x
:
X
)
:
Y
Parameters
x:
X
Returns
Y
Optional
mula
mula
(
x
:
X
)
:
Y
Parameters
x:
X
Returns
Y
Optional
suba
suba
(
x
:
X
)
:
Y
Parameters
x:
X
Returns
Y
Globals
"ql/utilities/operator"
Binary
Operator
Unary
Operator
adda
diva
minus
mula
suba
Operator Copyright (c) Jin Yang. All Rights Reserved.