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 abstract bool TryAggregate(
Vector<T> values1,
Vector<T> values2,
out U result
)
Public MustOverride Function TryAggregate (
values1 As Vector(Of T),
values2 As Vector(Of T),
<OutAttribute> ByRef result As U
) As Boolean
public:
virtual bool TryAggregate(
Vector<T>^ values1,
Vector<T>^ values2,
[OutAttribute] U% result
) abstract
abstract TryAggregate :
values1 : Vector<'T> *
values2 : Vector<'T> *
result : 'U byref -> bool
Parameters
- values1
- Type: Extreme.MathematicsVectorT
A vector of values. - values2
- Type: Extreme.MathematicsVectorT
A vector of values. - result
- Type: U
The result of the aggregation.
Return Value
Type:
Boolean if the aggregation produced a result;
otherwise
.
Numerical Libraries
Supported in: 6.0
Reference