Contents

init(bytes:)

Creates a 24-bit unsigned integer value from the specified bytes.

Declaration

init(bytes: (UInt8, UInt8, UInt8))

Parameters

  • bytes:

    The bytes that define the value.

See Also

Initializers