Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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
Reference