Aggregates the elements of a vector and returns the result.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool TryAggregate(
IVector values,
out T result
)
Public Function TryAggregate (
values As IVector,
<OutAttribute> ByRef result As T
) As Boolean
public:
bool TryAggregate(
IVector^ values,
[OutAttribute] T% result
)
member TryAggregate :
values : IVector *
result : 'T byref -> bool
Parameters
- values
- Type: Extreme.MathematicsIVector
A vector of values. - result
- Type: T
The aggregated result.
Return Value
Type:
Boolean if the aggregation produced a result;
otherwise
.
Numerical Libraries
Supported in: 6.0
Reference