Preparing search index...
The search index is not available
@penrose/bloom
@penrose/bloom
ifCond
Function ifCond
Return a conditional
if(cond) then v else w
.
if
Cond
(
cond
,
v
,
w
)
:
Num
Parameters
cond
:
Bool
v
:
Num
w
:
Num
Returns
Num
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@penrose/bloom
Loading...
Return a conditional
if(cond) then v else w
.