IBinaryTransform
Namespace: Deedle.Vectors
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 member | Description |
x.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 |
x.IsMissingUnit
Signature: bool
Modifiers: abstract |
Assuming CompiledName: |