Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.12 KB

File metadata and controls

19 lines (17 loc) · 1.12 KB
description Learn more about: Function values
title Function values
ms.date 10/24/2023
ms.topic language-reference
ms.custom nonautomated-date

Function values

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.