Type Property 型プロパティ

dataValueType

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

Declaration 宣言

static var dataValueType: MLDataValue.ValueType { get }

Discussion 解説

A double value converts to an MLDataValue.ValueType.double. double値は、MLDataValue.ValueType.doubleに変わります。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Using a Double as a Data Value 不動小数点数をデータ値として使う