IAggregator<T>.TryAggregate 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.0
C#
bool TryAggregate(
	IVector values,
	out T result
)

Parameters

values  IVector
A vector of values.
result  T
The aggregated result.

Return Value

Boolean
true if the aggregation produced a result; otherwise false.

See Also