Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

v64 Constructor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public v64(byte b);

Parameters

Parameter Description
b Splatted byte

Description

Splat a single byte across the v64


Declaration

public v64(byte a, byte b, byte c, byte d, byte e, byte f, byte g, byte h);

Parameters

Parameter Description
a byte a
b byte b
c byte c
d byte d
e byte e
f byte f
g byte g
h byte h

Description

Initialize the v64 with 8 bytes


Declaration

public v64(sbyte b);

Parameters

Parameter Description
b Splatted sbyte

Description

Splat a single sbyte across the v64


Declaration

public v64(sbyte a, sbyte b, sbyte c, sbyte d, sbyte e, sbyte f, sbyte g, sbyte h);

Parameters

Parameter Description
a sbyte a
b sbyte b
c sbyte c
d sbyte d
e sbyte e
f sbyte f
g sbyte g
h sbyte h

Description

Initialize the v64 with 8 sbytes


Declaration

public v64(short v);

Parameters

Parameter Description
v Splatted short

Description

Splat a single short across the v64


Declaration

public v64(short a, short b, short c, short d);

Parameters

Parameter Description
a short a
b short b
c short c
d short d

Description

Initialize the v64 with 4 shorts


Declaration

public v64(ushort v);

Parameters

Parameter Description
v Splatted ushort

Description

Splat a single ushort across the v64


Declaration

public v64(ushort a, ushort b, ushort c, ushort d);

Parameters

Parameter Description
a ushort a
b ushort b
c ushort c
d ushort d

Description

Initialize the v64 with 4 ushorts


Declaration

public v64(int v);

Parameters

Parameter Description
v Splatted f16
a f16 a
b f16 b
c f16 c
d f16 d
v Splatted int

Description

Splat a single int across the v64


Declaration

public v64(int a, int b);

Parameters

Parameter Description
a int a
b int b

Description

Initialize the v64 with 2 ints


Declaration

public v64(uint v);

Parameters

Parameter Description
v Splatted uint

Description

Splat a single uint across the v64


Declaration

public v64(uint a, uint b);

Parameters

Parameter Description
a uint a
b uint b

Description

Initialize the v64 with 2 uints


Declaration

public v64(float f);

Parameters

Parameter Description
f Splatted float

Description

Splat a single float across the v64


Declaration

public v64(float a, float b);

Parameters

Parameter Description
a float a
b float b

Description

Initialize the v64 with 2 floats


Declaration

public v64(double a);

Parameters

Parameter Description
a Splatted double

Description

Initialize the v64 with a double


Declaration

public v64(long a);

Parameters

Parameter Description
a long a

Description

Initialize the v64 with a long


Declaration

public v64(ulong a);

Parameters

Parameter Description
a ulong a

Description

Initialize the v64 with a ulong