Class Dup
Reads a value from the top input and puts it on both top and bottom outputs.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fluency.Execution.Functions.BuiltIn
Assembly: Execution.dll
Syntax
public class Dup : ITopIn, ITopOut, IBottomOut, IFunction
Properties
| Improve this Doc View SourceName
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopInput
Declaration
public GetNext TopInput { set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Methods
| Improve this Doc View SourceBottom()
Declaration
public Value Bottom()
Returns
| Type | Description |
|---|---|
| Value |
DoQueueing(Queue<Value>, Queue<Value>)
Declaration
protected Value DoQueueing(Queue<Value> thisQueue, Queue<Value> thatQueue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Queue<Value> | thisQueue | |
| System.Collections.Generic.Queue<Value> | thatQueue |
Returns
| Type | Description |
|---|---|
| Value |
Top()
Declaration
public Value Top()
Returns
| Type | Description |
|---|---|
| Value |