init(bigEndian:)
Creates an integer from its big-endian representation, changing the byte order if necessary.
Declaration
override init(bigEndian: Self)Parameters
- value:
A value to use as the big-endian representation of the new integer.
Creates an integer from its big-endian representation, changing the byte order if necessary.
override init(bigEndian: Self)A value to use as the big-endian representation of the new integer.