qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
Cast
Class Cast
Class representing an cast expression.
Hierarchy (
View Summary
)
Expression
Cast
Index
Constructors
constructor
Properties
operand
type
Constructors
constructor
new
Cast
(
type
:
ClassicalType
,
operand
:
Expression
)
:
Cast
Parameters
type
:
ClassicalType
operand
:
Expression
Returns
Cast
Properties
operand
operand
:
Expression
type
type
:
ClassicalType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
operand
type
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing an cast expression.