C# 클래스 netduino.BitConverter

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
GetBytes ( float value ) : byte[]
GetBytes ( float value, ByteOrder order ) : byte[]
GetBytes ( uint value ) : byte[]
ToSingle ( Array value, int index ) : float
ToSingle ( Array value, int index, ByteOrder order ) : float
ToUInt32 ( Array value, int index ) : uint

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( float value ) : byte[]
value float
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( float value, ByteOrder order ) : byte[]
value float
order ByteOrder
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( uint value ) : byte[]
value uint
리턴 byte[]

ToSingle() 공개 정적인 메소드

public static ToSingle ( Array value, int index ) : float
value Array
index int
리턴 float

ToSingle() 공개 정적인 메소드

public static ToSingle ( Array value, int index, ByteOrder order ) : float
value Array
index int
order ByteOrder
리턴 float

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( Array value, int index ) : uint
value Array
index int
리턴 uint