Initializer

init(format:arguments:)

Creates the expression with the specified expression format and arguments list. 式をこの指定された式フォーマットと引数リストで作成します。

Declaration 宣言

init(format expressionFormat: String, 
arguments argList: CVaListPointer)

Parameters パラメータ

expressionFormat

The expression format. 式書式設定。

argList

A list of arguments to be inserted into the expressionFormat string. The argument list is terminated by nil. expressionFormat文字列へと挿入されることになる引数のリスト。引数リストは、nilによって終結されます。

Return Value 戻り値

An initialized NSExpression object with the specified arguments. 指定された引数で初期化されたNSExpressionオブジェクト。

See Also 参照

Creating an Expression 式を作成する

Related Documentation 関連文書