バージョン

Construct メソッド

指定した関数名と引数の数に対応する UltraCalcFunction のインスタンスを返します。 関数名。
シンタックス
'宣言
 
Public Function Construct( _
   ByVal name As String, _
   ByVal argCount As Integer _
) As UltraCalcFunction
public UltraCalcFunction Construct( 
   string name,
   int argCount
)

パラメータ

name
ファンクション名
argCount
引数の数。
参照