docs.unity.cn
    Show / Hide Table of Contents

    Enum ParseError

    Kinds of parse errors.

    Namespace: Unity.Collections
    Syntax
    public enum ParseError

    Fields

    Name Description Value
    None

    No parse error.

    Overflow

    The number exceeds the range of the target type.

    Syntax

    The text parsed does not form a number.

    Underflow

    The number exceeds the precision of the target type.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, August 3, 2022
    Terms of use