docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method log

    log(float)

    Returns the natural logarithm of a float value.

    Declaration
    public static float log(float x)
    Parameters
    Type Name Description
    float x

    Input value.

    Returns
    Type Description
    float

    The natural logarithm of the input.

    log(float2)

    Returns the componentwise natural logarithm of a float2 vector.

    Declaration
    public static float2 log(float2 x)
    Parameters
    Type Name Description
    float2 x

    Input value.

    Returns
    Type Description
    float2

    The componentwise natural logarithm of the input.

    log(float3)

    Returns the componentwise natural logarithm of a float3 vector.

    Declaration
    public static float3 log(float3 x)
    Parameters
    Type Name Description
    float3 x

    Input value.

    Returns
    Type Description
    float3

    The componentwise natural logarithm of the input.

    log(float4)

    Returns the componentwise natural logarithm of a float4 vector.

    Declaration
    public static float4 log(float4 x)
    Parameters
    Type Name Description
    float4 x

    Input value.

    Returns
    Type Description
    float4

    The componentwise natural logarithm of the input.

    log(double)

    Returns the natural logarithm of a double value.

    Declaration
    public static double log(double x)
    Parameters
    Type Name Description
    double x

    Input value.

    Returns
    Type Description
    double

    The natural logarithm of the input.

    log(double2)

    Returns the componentwise natural logarithm of a double2 vector.

    Declaration
    public static double2 log(double2 x)
    Parameters
    Type Name Description
    double2 x

    Input value.

    Returns
    Type Description
    double2

    The componentwise natural logarithm of the input.

    log(double3)

    Returns the componentwise natural logarithm of a double3 vector.

    Declaration
    public static double3 log(double3 x)
    Parameters
    Type Name Description
    double3 x

    Input value.

    Returns
    Type Description
    double3

    The componentwise natural logarithm of the input.

    log(double4)

    Returns the componentwise natural logarithm of a double4 vector.

    Declaration
    public static double4 log(double4 x)
    Parameters
    Type Name Description
    double4 x

    Input value.

    Returns
    Type Description
    double4

    The componentwise natural logarithm of the input.

    log(quaternion)

    Returns the natural logarithm of a quaternion.

    Declaration
    public static quaternion log(quaternion q)
    Parameters
    Type Name Description
    quaternion q

    The quaternion.

    Returns
    Type Description
    quaternion

    The natural logarithm of the input quaternion.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)