Show / Hide Table of Contents

    Enum H5T.conv_except_t

    The exception type passed into the conversion callback function

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

    Fields

    Name Description
    NAN

    source value is NaN(floating number)

    NINF

    source value is negative infinity(floating number)

    PINF

    source value is positive infinity(floating number)

    PRECISION

    source value loses precision in destination

    RANGE_HI

    source value is greater than destination's range

    RANGE_LOW

    source value is less than destination's range

    TRUNCATE

    source value is truncated in destination

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