C# 클래스 MsgPack.Float32Bits

파일 보기 프로젝트 열기: msgpack/msgpack-cli 1 사용 예제들

공개 메소드들

메소드 설명
Float32Bits ( byte bigEndianBytes, int offset ) : System

Initializes a new instance of the Float32Bits type from specified Byte[] which is big endian.

Float32Bits ( float value ) : System

Initializes a new instance of the Float32Bits type from specified Single.

메소드 상세

Float32Bits() 공개 메소드

Initializes a new instance of the Float32Bits type from specified Byte[] which is big endian.
public Float32Bits ( byte bigEndianBytes, int offset ) : System
bigEndianBytes byte Array of which contains bytes in big endian.
offset int Offset to read.
리턴 System

Float32Bits() 공개 메소드

Initializes a new instance of the Float32Bits type from specified Single.
public Float32Bits ( float value ) : System
value float Value of .
리턴 System