Struct ScalarRootNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(ScalarRoot))]
public struct ScalarRootNode : IDataNode, INode
Fields
Degree
Declaration
public InputDataPort Degree
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Radicand
Declaration
public InputDataPort Radicand
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Root
Declaration
public OutputDataPort Root
Field Value
| Type | Description |
|---|---|
| OutputDataPort |
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |