| description | Learn more about: Type.FunctionRequiredParameters |
|---|---|
| title | Type.FunctionRequiredParameters |
| ms.subservice | m-source |
| ms.topic | reference |
Type.FunctionRequiredParameters(type as type) as number
Returns a number indicating the minimum number of parameters required to invoke the input type of function.
Find the number of required parameters to the function (x as number, optional y as text).
Usage
Type.FunctionRequiredParameters(type function (x as number, optional y as text) as any)
Output
1