Type Property 型プロパティ

dataValueType

The underlying type an array uses when it wraps itself in a data value. ある配列が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。

Declaration 宣言

static var dataValueType: MLDataValue.ValueType { get }
Available when Element conforms to MLDataValueConvertible. ElementMLDataValueConvertibleに準拠する時に利用可能です。

Discussion 解説

An array value converts to an MLDataValue.ValueType.sequence. 配列値は、MLDataValue.ValueType.sequenceに変わります。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Converting Between Arrays and Create ML Types 配列間で変換するそしてML型を作成する