Class First
Returns the first N values, then puts the rest on the bottom. If no arguments given, N is 1.
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 First : FirstN, ITopIn, ITopOut, IBottomOut, IFunction
Constructors
| Improve this Doc View SourceFirst(Value[])
Declaration
public First(Value[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| Value[] | args |
Properties
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |