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.
|
public Float32Bits ( byte bigEndianBytes, int offset ) : System | ||
bigEndianBytes | byte | Array of |
offset | int | Offset to read. |
return | System |
public Float32Bits ( float value ) : System | ||
value | float | Value of |
return | System |