docs.unity.cn
    Show / Hide Table of Contents

    Operator Implicit

    Implicit(Single to float4x2)

    Implicitly converts a single float value to a float4x2 matrix by assigning it to every component.

    Declaration
    public static implicit operator float4x2(float v)
    Parameters
    Type Name Description
    Single v

    float to convert to float4x2

    Returns
    Type Description
    float4x2

    Converted value.

    Implicit(Int32 to float4x2)

    Implicitly converts a single int value to a float4x2 matrix by converting it to float and assigning it to every component.

    Declaration
    public static implicit operator float4x2(int v)
    Parameters
    Type Name Description
    Int32 v

    int to convert to float4x2

    Returns
    Type Description
    float4x2

    Converted value.

    Implicit(int4x2 to float4x2)

    Implicitly converts a int4x2 matrix to a float4x2 matrix by componentwise conversion.

    Declaration
    public static implicit operator float4x2(int4x2 v)
    Parameters
    Type Name Description
    int4x2 v

    int4x2 to convert to float4x2

    Returns
    Type Description
    float4x2

    Converted value.

    Implicit(UInt32 to float4x2)

    Implicitly converts a single uint value to a float4x2 matrix by converting it to float and assigning it to every component.

    Declaration
    public static implicit operator float4x2(uint v)
    Parameters
    Type Name Description
    UInt32 v

    uint to convert to float4x2

    Returns
    Type Description
    float4x2

    Converted value.

    Implicit(uint4x2 to float4x2)

    Implicitly converts a uint4x2 matrix to a float4x2 matrix by componentwise conversion.

    Declaration
    public static implicit operator float4x2(uint4x2 v)
    Parameters
    Type Name Description
    uint4x2 v

    uint4x2 to convert to float4x2

    Returns
    Type Description
    float4x2

    Converted value.

    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