Initializer

init(from:)

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

Declaration 宣言

init?(from dataValue: MLDataValue)

Discussion 解説

Use this initializer to create an 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. このイニシャライザを使って整数を作成してください、MLDataValueをある基礎をなす型のIntで変換することによってあなたは、データ値のもつ基礎をなす型を確認することが、非nil値をintValueから回収することによって、またはtypeプロパティを調査することによって可能です。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Using an Integer as a Data Value 整数をデータ値として使う