qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
SizeOf
Class SizeOf
Class representing a sizeof function call.
Hierarchy (
View Summary
)
Expression
SizeOf
Index
Constructors
constructor
Properties
array
dimension
Index
Constructors
constructor
new
SizeOf
(
array
:
Identifier
,
dimensionIndex
?:
Expression
)
:
SizeOf
Parameters
array
:
Identifier
Optional
dimensionIndex
:
Expression
Returns
SizeOf
Properties
array
array
:
Identifier
dimension
Index
dimensionIndex
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
array
dimension
Index
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a sizeof function call.