C# Class MsgPack.Float64Bits

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

Public Methods

Method Description
Float64Bits ( byte bigEndianBytes, int offset ) : System

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

Method Details

Float64Bits() public method

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