You are here: Symbol Reference > Math387 Namespace > Structs, Records, Enums > Math387.TEndianness Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.TEndianness Enumeration

Storage Endianness.

Pascal
TEndianness = ( boLittleEndian, boBigEndian );
Members 
Description 
boLittleEndian 
Intel convention 
boBigEndian 
Motorola convention 

Defines the order in which the bytes of data are (to be) stored in the file or in to a stream.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!