Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static implicit operator Aggregator2<T, U> (
Func<Vector<T>, Vector<T>, U> f
)
Public Shared Widening Operator CType (
f As Func(Of Vector(Of T), Vector(Of T), U)
) As Aggregator2(Of T, U)
static implicit operator Aggregator2<T, U>^ (
Func<Vector<T>^, Vector<T>^, U>^ f
)
F# does not support the declaration of new casting operators.
Parameters
- f
- Type: SystemFuncVectorT, VectorT, U
Return Value
Type:
Aggregator2T,
U
Numerical Libraries
Supported in: 6.0
Reference