qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
DurationLiteral
Class DurationLiteral
Class representing a duration literal.
Hierarchy (
View Summary
)
Expression
DurationLiteral
Index
Constructors
constructor
Properties
unit
value
Constructors
constructor
new
DurationLiteral
(
value
:
number
|
Expression
,
unit
:
DurationUnit
,
)
:
DurationLiteral
Parameters
value
:
number
|
Expression
unit
:
DurationUnit
Returns
DurationLiteral
Properties
unit
unit
:
DurationUnit
value
value
:
number
|
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
unit
value
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a duration literal.