Initializer

init(from:)

Creates a 64-bit integer from another integer wrapped in a data value. ある64ビット整数をデータ値の中にラップされる別の整数から作成します。

Declaration 宣言

init?(from dataValue: MLDataValue)

Discussion 解説

Use this initializer to create a 64-bit integer by converting an MLDataValue with an underlying type of Int. You can confirm the data value’s underlying type by retrieving a non-nil value from intValue or by inspecting the type property. このイニシャライザを使って64ビット整数を作成してください、MLDataValueをある基礎をなす型のIntで変換することによってあなたは、データ値のもつ基礎をなす型を確認することが、非nil値をintValueから回収することによって、またはtypeプロパティを調査することによって可能です。

Relationships 関係

From Protocol 由来プロトコル