Algorand TypeScript
Preparing search index...
op
select
Function select
select
(
a
:
bytes
,
b
:
bytes
,
c
:
uint64
)
:
bytes
selects one of two values based on top-of-stack: B if C != 0, else A
Parameters
a
:
bytes
b
:
bytes
c
:
uint64
Returns
bytes
select
(
a
:
uint64
,
b
:
uint64
,
c
:
uint64
)
:
uint64
selects one of two values based on top-of-stack: B if C != 0, else A
Parameters
a
:
uint64
b
:
uint64
c
:
uint64
Returns
uint64
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Algorand TypeScript
Loading...
selects one of two values based on top-of-stack: B if C != 0, else A