Namespace: Extreme.Mathematics.FSharpAssembly: Extreme.Numerics.FSharp30.Net40 (in Extreme.Numerics.FSharp30.Net40.dll) Version: 6.0.16073.0 (6.0.16073.0)
public static Vector<U> Map<T, U>(
FSharpFunc<T, U> f,
Vector<T> vector
)
Public Shared Function Map(Of T, U) (
f As FSharpFunc(Of T, U),
vector As Vector(Of T)
) As Vector(Of U)
public:
generic<typename T, typename U>
static Vector<U>^ Map(
FSharpFunc<T, U>^ f,
Vector<T>^ vector
)
static member Map :
f : FSharpFunc<'T, 'U> *
vector : Vector<'T> -> Vector<'U>
Parameters
- f
- Type: Microsoft.FSharp.CoreFSharpFuncT, U
- vector
- Type: Extreme.MathematicsVectorT
Type Parameters
- T
- U
Return Value
Type:
VectorU
Numerical Libraries
Supported in: 6.0
Reference