Initializer

init(bigEndian:)

Creates an integer from its big-endian representation, changing the byte order if necessary.

Required. Default implementation provided.

Declaration

init(bigEndian value: Self)

Parameters

value

A value to use as the big-endian representation of the new integer.

Default Implementations

FixedWidthInteger Implementations

init(bigEndian: Self)

Creates an integer from its big-endian representation, changing the byte order if necessary.