Initializer

init(from:)

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

Declaration 宣言

init?(from dataValue: MLDataValue)

Discussion 解説

Use this initializer to create a Boolean 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 a Boolean as a Data Value ブール値をデータ値として使う