C# 클래스 ImageProcessor.Imaging.ComputerArchitectureInfo

Encapsulates methods that provide information about the current computer architecture.
상속: IComputerArchitectureInfo
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
IsLittleEndian ( ) : bool

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

메소드 상세

IsLittleEndian() 공개 메소드

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