Class FirstN
Returns the first N values, then puts the rest on the bottom. If no arguments given, N is read from the top pipeline.
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 FirstN : ITopIn, ITopOut, IBottomOut, IFunction
Constructors
| Improve this Doc View SourceFirstN(Value[])
Declaration
public FirstN(Value[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| Value[] | args |
Fields
| Improve this Doc View SourcetoAllow
Declaration
protected int? toAllow
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
Top()
Declaration
public Value Top()
Returns
| Type | Description |
|---|---|
| Value |