Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public Shared Sub getMemberValue(Of Type) ( _
typeId As H5DataTypeId, _
memberNumber As Integer, _
<OutAttribute> ByRef value As Type _
) |
C# |
---|
public static void getMemberValue<Type>(
H5DataTypeId typeId,
int memberNumber,
out Type value
)
|
Visual C++ |
---|
public:
generic<typename Type>
static void getMemberValue(
H5DataTypeId^ typeId,
int memberNumber,
[OutAttribute] Type% value
) |
JavaScript |
---|
JavaScript does not support generic types or methods. |
Parameters
- typeId
- Type: HDF5DotNet..::..H5DataTypeId
IN: Datatype identifier for the enumeration datatype.
- memberNumber
- Type: Int32
IN: Number of the enumeration datatype member.
- value
- Type: Type%
OUT: Reference to hold output of the value of the enumeration
datatype member.
Type Parameters
Return Value
void
Exceptions
See Also