docs.unity.cn
    Show / Hide Table of Contents

    Method asdouble

    asdouble(Int64)

    Returns the bit pattern of a long as a double.

    Declaration
    public static double asdouble(long x)
    Parameters
    Type Name Description
    Int64 x

    The long bits to copy.

    Returns
    Type Description
    Double

    The double with the same bit pattern as the input.

    asdouble(UInt64)

    Returns the bit pattern of a ulong as a double.

    Declaration
    public static double asdouble(ulong x)
    Parameters
    Type Name Description
    UInt64 x

    The ulong bits to copy.

    Returns
    Type Description
    Double

    The double with the same bit pattern as the input.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023