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