FreeImage.NET Class Library Reference
FreeImageIsLittleEndian Method |
Returns whether the platform is using Little Endian.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool IsLittleEndian()
Return Value
Type: BooleanReturns true if the platform is using Litte Endian, else false.
See Also