You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TEndianness Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TEndianness Enumeration

Storage Endianness.

Syntax
C#
Visual Basic
public enum TEndianness : uint { boLittleEndian, boBigEndian }

Math387.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!