IAggregator<T>.Try Aggregate Method
Aggregates the elements of a vector and returns the result.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the aggregation produced a result; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
bool TryAggregate(
IVector values,
out T result
)
Parameters
Return Value
Booleantrue if the aggregation produced a result; otherwise false.