Type Property

dataValueType

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

Declaration

static var dataValueType: MLDataValue.ValueType { get }

Discussion

A double value converts to an MLDataValue.ValueType.double.

Relationships

See Also

Using a Double as a Data Value

init?(from: MLDataValue)

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

var dataValue: MLDataValue

The double wrapped in a data value.