docs.unity3d.com
    Show / Hide Table of Contents

    Method exp2

    exp2(Single)

    Returns the base-2 exponential of x.

    Declaration
    public static float exp2(float x)
    Parameters
    Type Name Description
    Single x

    Input value.

    Returns
    Type Description
    Single

    The base-2 exponential of the input.

    exp2(float2)

    Returns the componentwise base-2 exponential of x.

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

    Input value.

    Returns
    Type Description
    float2

    The componentwise base-2 exponential of the input.

    exp2(float3)

    Returns the componentwise base-2 exponential of x.

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

    Input value.

    Returns
    Type Description
    float3

    The componentwise base-2 exponential of the input.

    exp2(float4)

    Returns the componentwise base-2 exponential of x.

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

    Input value.

    Returns
    Type Description
    float4

    The componentwise base-2 exponential of the input.

    exp2(Double)

    Returns the base-2 exponential of x.

    Declaration
    public static double exp2(double x)
    Parameters
    Type Name Description
    Double x

    Input value.

    Returns
    Type Description
    Double

    The base-2 exponential of the input.

    exp2(double2)

    Returns the componentwise base-2 exponential of x.

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

    Input value.

    Returns
    Type Description
    double2

    The componentwise base-2 exponential of the input.

    exp2(double3)

    Returns the componentwise base-2 exponential of x.

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

    Input value.

    Returns
    Type Description
    double3

    The componentwise base-2 exponential of the input.

    exp2(double4)

    Returns the componentwise base-2 exponential of x.

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

    Input value.

    Returns
    Type Description
    double4

    The componentwise base-2 exponential of the input.

    In This Article
    • exp2(Single)
    • exp2(float2)
    • exp2(float3)
    • exp2(float4)
    • exp2(Double)
    • exp2(double2)
    • exp2(double3)
    • exp2(double4)
    Back to top
    Terms of use
    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