Training
Module
Create and architect with functions in F# - Training
Learn what functions are and how to define and call them. In addition, use function patterns to architect with functions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
These functions create and invoke other M functions.
Name | Description |
---|---|
Function.From | Takes a unary function function and creates a new function with the type functionType that constructs a list out of its arguments and passes it to function . |
Function.Invoke | Invokes the given function using the specified and returns the result. |
Function.InvokeAfter | Returns the result of invoking function after duration delay has passed. |
Function.InvokeWithErrorContext | This function is intended for internal use only. |
Function.IsDataSource | Returns whether or not function is considered a data source. |
Function.ScalarVector | Returns a scalar function of type scalarFunctionType that invokes vectorFunction with a single row of arguments and returns its single output. |
Training
Module
Create and architect with functions in F# - Training
Learn what functions are and how to define and call them. In addition, use function patterns to architect with functions.