[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.AggregateFunctions.Last

Last Method

Last(List<IExpression>)

Returns the last element of a sequence.

Declaration
public static object Last(List<IExpression> source)
Parameters
Type Name Description
List<IExpression> source

The collection to return the last element of.

Returns
Type Description
object

The value at the last position in the source sequence.