C# Class MsgPack.Float32Bits

Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Float32Bits() public méthode

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