Show / Hide Table of Contents

    Enum H5S.seloper_t

    Different ways of combining selections

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public enum seloper_t : int

    Fields

    Name Description
    AND

    Binary "and" operation for hyperslabs (only leave overlapped regions in selection) Original region: AAAAAAAAAA New region: BBBBBBBBBB A and B: CCCC

    APPEND

    Append elements to end of point selection

    INVALID

    Invalid upper bound on selection operations

    NOOP

    error

    NOTA

    Binary "not" operation for hyperslabs (only leave non-overlapped regions in new selection) Original region: AAAAAAAAAA New region: BBBBBBBBBB B not A: CCCCCC

    NOTB

    Binary "not" operation for hyperslabs (only leave non-overlapped regions in original selection) Original region: AAAAAAAAAA New region: BBBBBBBBBB A not B: CCCCCC

    OR

    Binary "or" operation for hyperslabs (add new selection to existing selection) Original region: AAAAAAAAAA New region: BBBBBBBBBB A or B: CCCCCCCCCCCCCCCC

    PREPEND

    Prepend elements to beginning of point selection

    SET

    Select "set" operation

    XOR

    Binary "xor" operation for hyperslabs (only leave non-overlapped regions in selection) Original region: AAAAAAAAAA New region: BBBBBBBBBB A xor B: CCCCCC CCCCCC

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX