C# Class ImageProcessor.Imaging.ComputerArchitectureInfo

Encapsulates methods that provide information about the current computer architecture.
Inheritance: IComputerArchitectureInfo
ファイルを表示 Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
IsLittleEndian ( ) : bool

Returns a value indicating whether the current computer architecture is little endian.

Method Details

IsLittleEndian() public method

Returns a value indicating whether the current computer architecture is little endian.
public IsLittleEndian ( ) : bool
return bool