Skip Navigation Links.

H5FloatingBitFields Members

The H5FloatingBitFields type exposes the following members.

Constructors

  NameDescription
Public methodH5FloatingBitFields
The constructor for H5FloatingBitFields takes the values returned from a call to H5TgetFields() as parameters.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Create a string with a readable description of the bit values.
(Overrides ObjectToString()()()().)

Properties

  NameDescription
Public propertyexponentBitPosition
Start bit number of the exponent.
Public propertymantissaBitPosition
Start bit number of the mantissa.
Public propertynExponentBits
Number of bits in the exponent.
Public propertynMantissaBits
Number of bits in the mantissa.
Public propertysignBitPosition
Position of the sign bit.

See Also