Type.FunctionRequiredParameters
Returns a number indicating the minimum number of parameters required to invoke the type of function.
function (type
as type) as number
Returns a number indicating the minimum number of parameters required to invoke the input
type
of function.Type
Find the number of required parameters to the function
(x as number, optional y as text)
.Type.FunctionRequiredParameters(type function (x as number, optional y as text) as any)
1
Last modified 4yr ago