Deedle


IVectorValueTransform

Represent a transformation that is applied when combining two vectors (because we are combining untyped IVector values, the transformation is also untyped)

Instance members

Instance memberDescription
iVectorValueTransform.GetFunction()
Signature:unit -> OptionalValue<'T> -> OptionalValue<'T> -> OptionalValue<'T>
Modifiers: abstract
Type parameters: 'T

Returns a function that combines two values stored in vectors into a new vector value. Although generic, this function will only be called with the T set to the type of vector that is being built. Since VectorConstruction is not generic, the type cannot be statically propagated.

Fork me on GitHub