Helper module for get lambda function by scripting text
Aggregate
01 Syntax
Microsoft.VisualBasic.Scripting.Expressions.Aggregate
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetAggregateFunction | 2 | Get Aggregate function by term. |
| GetAggregateFunction2 | 1 | Helper function for get lambda function by scripting text for two number parameter |
| ParseFlag | 1 |
03 Members
GetAggregateFunction(
String)Get Aggregate function by term.
Parameters
| Name | Type | Description |
|---|---|---|
name | String |
|
GetAggregateFunction(Aggregates)
Get Aggregate function by term.
Parameters
| Name | Type | Description |
|---|---|---|
aggregate | Aggregates | - |
Returns
A lambda function for aggregate a numeric vector
GetAggregateFunction2(Aggregates)
Helper function for get lambda function by scripting text for two number parameter
Parameters
| Name | Type | Description |
|---|---|---|
aggregate | Aggregates |
|
Returns
a lambda function implements of interface y = f(a,b)
ParseFlag(
String)