Show / Hide Table of Contents

    Method OpenWrite

    static member OpenWrite: string -> HDF5

    Opens the specified HDF5 file for writing.

    Declaration
    static member OpenWrite: path:string -> HDF5
    Parameters
    Type Name Description
    string path

    The path to the HDF5 file.

    Returns
    Type Description
    HDF5

    An HDF5 object representing the opened file.

    Remarks

    If the file already exists, it will be overwritten.

    Back to top Generated by DocFX