The double wrapped in a data value.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
var dataValue: MLDataValue { get }
The double wrapped in a data value.
SDKs
Framework
var dataValue: MLDataValue { get }
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.