Table of Contents

Class FlowNode_CompareT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities")]
[CeresLabel("Compare")]
[NodeInfo("Compares two values that implement IComparable and returns -1, 0, or 1.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public class FlowNode_CompareT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_CompareT<T>
Implements
Inherited Members

Constructors

FlowNode_CompareT()

public FlowNode_CompareT()

Fields

resultValue

[OutputPort(true)]
[CeresLabel("Result")]
public CeresPort<int> resultValue

Field Value

CeresPort<int>

value1

[InputPort(false)]
public CeresPort<T> value1

Field Value

CeresPort<T>

value2

[InputPort(false)]
public CeresPort<T> value2

Field Value

CeresPort<T>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()