C# Class MsgPack.Float32Bits

显示文件 Open project: msgpack/msgpack-cli Class Usage Examples

Public Methods

Method Description
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.

Method Details

Float32Bits() public method

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.
return System

Float32Bits() public method

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