FreakingGenius - v0.1.0
GitHub
Preparing search index...
@fg/tutor/vision
UnaryOpNode
Interface UnaryOpNode
A unary operator node (negation, square root, etc.).
interface
UnaryOpNode
{
kind
:
"unaryOp"
;
operand
:
MathNode
;
operator
:
"-"
|
"√"
;
}
Index
Properties
kind
operand
operator
Properties
kind
kind
:
"unaryOp"
operand
operand
:
MathNode
operator
operator
:
"-"
|
"√"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
operand
operator
GitHub
FreakingGenius - v0.1.0
Loading...
A unary operator node (negation, square root, etc.).