Type.FunctionRequiredParameters
構文
Type.FunctionRequiredParameters(type as type) as number
バージョン情報
関数の入力値 type
の呼び出しに必要なパラメーターの最小数を示す数値を返します。
例 1
関数に対して必要なパラメーターの数を検索します (x as number, optional y as text)
。
使用方法
Type.FunctionRequiredParameters(type function (x as number, optional y as text) as any)
出力
1