qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
FloatType
Class FloatType
Class representing a classical float type.
scalarType: FLOAT designator?
Hierarchy (
View Summary
)
ClassicalType
FloatType
Index
Constructors
constructor
Properties
width
Constructors
constructor
new
FloatType
(
width
?:
number
|
Expression
)
:
FloatType
Parameters
Optional
width
:
number
|
Expression
Returns
FloatType
Properties
width
width
:
number
|
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
width
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a classical float type.
scalarType: FLOAT designator?