docs.unity3d.com
Search Results for

    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(short)

    Splat a single short across the v64

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

    Splatted short

    v64(short, short, short, short)

    Initialize the v64 with 4 shorts

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

    short a

    short b

    short b

    short c

    short c

    short d

    short d

    v64(ushort)

    Splat a single ushort across the v64

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

    Splatted ushort

    v64(ushort, ushort, ushort, ushort)

    Initialize the v64 with 4 ushorts

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

    ushort a

    ushort b

    ushort b

    ushort c

    ushort c

    ushort d

    ushort d

    v64(int)

    Splat a single int across the v64

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

    Splatted int

    v64(int, int)

    Initialize the v64 with 2 ints

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

    int a

    int b

    int b

    v64(uint)

    Splat a single uint across the v64

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

    Splatted uint

    v64(uint, uint)

    Initialize the v64 with 2 uints

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

    uint a

    uint b

    uint b

    v64(float)

    Splat a single float across the v64

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

    Splatted float

    v64(float, float)

    Initialize the v64 with 2 floats

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

    float a

    float 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(long)

    Initialize the v64 with a long

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

    long a

    v64(ulong)

    Initialize the v64 with a ulong

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

    ulong a

    In This Article
    Back to top
    Copyright © 2025 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)