Show / Hide Table of Contents

    Enum H5T.norm_t

    Floating-point normalization schemes

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

    Fields

    Name Description
    ERROR

    error

    IMPLIED

    msb of mantissa isn't stored, always 1

    MSBSET

    msb of mantissa is always 1

    NONE

    not normalized

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