init(bytes:)
Creates a 24-bit signed integer value from the specified bytes.
Declaration
init(bytes: (UInt8, UInt8, UInt8))Parameters
- bytes:
The bytes that define the value.
Creates a 24-bit signed integer value from the specified bytes.
init(bytes: (UInt8, UInt8, UInt8))The bytes that define the value.