メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

coder.descriptor.types.Argument クラス

名前空間: coder.descriptor.types

Return information about argument associated with function or method in generated code

R2024a 以降

Description

The Code Descriptor programming interface uses the coder.descriptor.types.Argument type to describe function parameters and return values in the generated code.

プロパティ

すべて展開する

Identifier used for the argument in the generated code, specified as a character vector.

データ型: char

Input/output type of the argument, specified as an enumerated value of coder.descriptor.types.IOType. Possible return values are:

  • INPUT

  • OUTPUT

  • INPUT_OUTPUT

データ型: coder.descriptor.types.Type

Data type of the argument, specified as a coder.descriptor.types.Type object.

データ型: coder.descriptor.types.Type

バージョン履歴

R2024a で導入