Instance Property

dataValue

The integer wrapped in a data value.

Declaration

var dataValue: MLDataValue { get }

Relationships

See Also

Using an Integer as a Data Value

init?(from: MLDataValue)

Creates an integer from another integer wrapped in a data value.

static var dataValueType: MLDataValue.ValueType

The underlying type an integer uses when it wraps itself in a data value.