EndiannessExtensions Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Provides extension methods to the Endianness enumeration.
public static class EndiannessExtensions
Properties
NativeEndianness | Gets the native endianness of the computer architecture where the code is executing. |
Methods
IsBigEndian(Endianness) | Determines whether this endianness is 'big-endian'. |
IsLittleEndian(Endianness) | Determines whether this endianness is 'little-endian'. |