Class ScalarRoot
Returns the root at the nth degree of a radicand.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
[UnitOrderAttribute]
public sealed class ScalarRoot : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
degree
The degree.
Declaration
[DoNotSerializeAttribute]
[PortLabelAttribute]
public ValueInput degree { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
radicand
The radicand.
Declaration
[DoNotSerializeAttribute]
[PortLabelAttribute]
public ValueInput radicand { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
root
The nth degree root of the radicand.
Declaration
[DoNotSerializeAttribute]
[PortLabelAttribute]
public ValueOutput root { get; }
Property Value
| Type | Description |
|---|---|
| ValueOutput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Root(Flow)
Declaration
public float Root(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| float |
Implements
IDisposable