Skip Navigation Links.

H5FloatingBitFields Constructor

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

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Sub New ( _
	spos As Integer, _
	epos As Integer, _
	esize As Integer, _
	mpos As Integer, _
	msize As Integer _
)
C#
public H5FloatingBitFields(
	int spos,
	int epos,
	int esize,
	int mpos,
	int msize
)
Visual C++
public:
H5FloatingBitFields(
	int spos, 
	int epos, 
	int esize, 
	int mpos, 
	int msize
)
JavaScript
HDF5DotNet.H5FloatingBitFields = function(spos, epos, esize, mpos, msize);

Parameters

spos
Type: Int32
epos
Type: Int32
esize
Type: Int32
mpos
Type: Int32
msize
Type: Int32

See Also