C# Class ImageProcessor.Imaging.ComputerArchitectureInfo

Encapsulates methods that provide information about the current computer architecture.
Inheritance: IComputerArchitectureInfo
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
IsLittleEndian ( ) : bool

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

Method Details

IsLittleEndian() public méthode

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