INaryTransform Type
Represent a tranformation that is applied when combining N vectors (This follows exactly the same pattern as `IBinaryTransform`)
Instance members
| Instance member |
Description
|
Full Usage:
this.GetFunction
Returns: OptionalValue<'T> list -> OptionalValue<'T>
Modifiers: abstract Type parameters: 'T |
Returns a function that combines N values stored in vectors into a new vector value
|
Deedle