docs.unity3d.com
    Show / Hide Table of Contents

    Constructor v64

    v64(Byte)

    Splat a single byte across the v64

    Declaration
    public v64(byte b)
    Parameters
    Type Name Description
    Byte b

    Splatted byte

    v64(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

    Initialize the v64 with 8 bytes

    Declaration
    public v64(byte a, byte b, byte c, byte d, byte e, byte f, byte g, byte h)
    Parameters
    Type Name Description
    Byte a

    byte a

    Byte b

    byte b

    Byte c

    byte c

    Byte d

    byte d

    Byte e

    byte e

    Byte f

    byte f

    Byte g

    byte g

    Byte h

    byte h

    v64(SByte)

    Splat a single sbyte across the v64

    Declaration
    public v64(sbyte b)
    Parameters
    Type Name Description
    SByte b

    Splatted sbyte

    v64(SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte)

    Initialize the v64 with 8 sbytes

    Declaration
    public v64(sbyte a, sbyte b, sbyte c, sbyte d, sbyte e, sbyte f, sbyte g, sbyte h)
    Parameters
    Type Name Description
    SByte a

    sbyte a

    SByte b

    sbyte b

    SByte c

    sbyte c

    SByte d

    sbyte d

    SByte e

    sbyte e

    SByte f

    sbyte f

    SByte g

    sbyte g

    SByte h

    sbyte h

    v64(Int16)

    Splat a single short across the v64

    Declaration
    public v64(short v)
    Parameters
    Type Name Description
    Int16 v

    Splatted short

    v64(Int16, Int16, Int16, Int16)

    Initialize the v64 with 4 shorts

    Declaration
    public v64(short a, short b, short c, short d)
    Parameters
    Type Name Description
    Int16 a

    short a

    Int16 b

    short b

    Int16 c

    short c

    Int16 d

    short d

    v64(UInt16)

    Splat a single ushort across the v64

    Declaration
    public v64(ushort v)
    Parameters
    Type Name Description
    UInt16 v

    Splatted ushort

    v64(UInt16, UInt16, UInt16, UInt16)

    Initialize the v64 with 4 ushorts

    Declaration
    public v64(ushort a, ushort b, ushort c, ushort d)
    Parameters
    Type Name Description
    UInt16 a

    ushort a

    UInt16 b

    ushort b

    UInt16 c

    ushort c

    UInt16 d

    ushort d

    v64(Int32)

    Splat a single int across the v64

    Declaration
    public v64(int v)
    Parameters
    Type Name Description
    Int32 v

    Splatted int

    v64(Int32, Int32)

    Initialize the v64 with 2 ints

    Declaration
    public v64(int a, int b)
    Parameters
    Type Name Description
    Int32 a

    int a

    Int32 b

    int b

    v64(UInt32)

    Splat a single uint across the v64

    Declaration
    public v64(uint v)
    Parameters
    Type Name Description
    UInt32 v

    Splatted uint

    v64(UInt32, UInt32)

    Initialize the v64 with 2 uints

    Declaration
    public v64(uint a, uint b)
    Parameters
    Type Name Description
    UInt32 a

    uint a

    UInt32 b

    uint b

    v64(Single)

    Splat a single float across the v64

    Declaration
    public v64(float f)
    Parameters
    Type Name Description
    Single f

    Splatted float

    v64(Single, Single)

    Initialize the v64 with 2 floats

    Declaration
    public v64(float a, float b)
    Parameters
    Type Name Description
    Single a

    float a

    Single b

    float b

    v64(Double)

    Initialize the v64 with a double

    Declaration
    public v64(double a)
    Parameters
    Type Name Description
    Double a

    Splatted double

    v64(Int64)

    Initialize the v64 with a long

    Declaration
    public v64(long a)
    Parameters
    Type Name Description
    Int64 a

    long a

    v64(UInt64)

    Initialize the v64 with a ulong

    Declaration
    public v64(ulong a)
    Parameters
    Type Name Description
    UInt64 a

    ulong a

    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