FreakingGenius - v0.1.0
GitHub
Preparing search index...
@fg/tutor/vision
BinaryOpNode
Interface BinaryOpNode
A binary operator node with a left and right sub-expression.
interface
BinaryOpNode
{
kind
:
"binaryOp"
;
left
:
MathNode
;
operator
:
"+"
|
"-"
|
"^"
|
"/"
|
"*"
;
right
:
MathNode
;
}
Index
Properties
kind
left
operator
right
Properties
kind
kind
:
"binaryOp"
left
left
:
MathNode
operator
operator
:
"+"
|
"-"
|
"^"
|
"/"
|
"*"
right
right
:
MathNode
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
left
operator
right
GitHub
FreakingGenius - v0.1.0
Loading...
A binary operator node with a left and right sub-expression.