NexusExtensionsReadData Method |
Reads data from a IH5Dataset independent of the data type in the HDF5 file as double array.
Namespace: Altaxo.Serialization.HDF5.NexusAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static double[] ReadData(
this IH5Dataset dataSet
)
Parameters
- dataSet IH5Dataset
- The data set to read from.
Return Value
DoubleThe data.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IH5Dataset. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also