Instance Property

dataValue

The double wrapped in a data value.

Declaration

var dataValue: MLDataValue { get }

Relationships

See Also

Using a Double as a Data Value

init?(from: MLDataValue)

Creates a double from another double wrapped in a data value.

static var dataValueType: MLDataValue.ValueType

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