Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
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. |