# v256

> Represents a 256-bit SIMD value

## Definition

* **Type:** Struct
* **Namespace:** [Unity.Burst.Intrinsics](/engine/6000.7/script-reference/unity/burst/intrinsics.md)
* **Assembly:** UnityEngine.BurstModule

```csharp
public struct v256
```

## Fields

| Value                                                                               | Description                       |
| ----------------------------------------------------------------------------------- | --------------------------------- |
| [Byte0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte0.md)       | Get the 0th Byte of the vector    |
| [Byte1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte1.md)       | Get the 1st Byte of the vector    |
| [Byte10](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte10.md)     | Get the 10th Byte of the vector   |
| [Byte11](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte11.md)     | Get the 11th Byte of the vector   |
| [Byte12](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte12.md)     | Get the 12 Byte of the vector     |
| [Byte13](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte13.md)     | Get the 13th Byte of the vector   |
| [Byte14](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte14.md)     | Get the 14th Byte of the vector   |
| [Byte15](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte15.md)     | Get the 15th Byte of the vector   |
| [Byte16](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte16.md)     | Get the 16th Byte of the vector   |
| [Byte17](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte17.md)     | Get the 17th Byte of the vector   |
| [Byte18](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte18.md)     | Get the 18th Byte of the vector   |
| [Byte19](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte19.md)     | Get the 19th Byte of the vector   |
| [Byte2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte2.md)       | Get the 2nd Byte of the vector    |
| [Byte20](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte20.md)     | Get the 20th Byte of the vector   |
| [Byte21](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte21.md)     | Get the 21st Byte of the vector   |
| [Byte22](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte22.md)     | Get the 22nd Byte of the vector   |
| [Byte23](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte23.md)     | Get the 23rd Byte of the vector   |
| [Byte24](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte24.md)     | Get the 24th Byte of the vector   |
| [Byte25](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte25.md)     | Get the 25th Byte of the vector   |
| [Byte26](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte26.md)     | Get the 26th Byte of the vector   |
| [Byte27](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte27.md)     | Get the 27th Byte of the vector   |
| [Byte28](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte28.md)     | Get the 28th Byte of the vector   |
| [Byte29](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte29.md)     | Get the 29th Byte of the vector   |
| [Byte3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte3.md)       | Get the 3rd Byte of the vector    |
| [Byte30](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte30.md)     | Get the 30th Byte of the vector   |
| [Byte31](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte31.md)     | Get the 31st Byte of the vector   |
| [Byte4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte4.md)       | Get the 4th Byte of the vector    |
| [Byte5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte5.md)       | Get the 5th Byte of the vector    |
| [Byte6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte6.md)       | Get the 6th Byte of the vector    |
| [Byte7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte7.md)       | Get the 7th Byte of the vector    |
| [Byte8](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte8.md)       | Get the 8th Byte of the vector    |
| [Byte9](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/byte9.md)       | Get the 9th Byte of the vector    |
| [Double0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/double0.md)   | Get the 0th Double of the vector  |
| [Double1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/double1.md)   | Get the 1st Double of the vector  |
| [Double2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/double2.md)   | Get the 2nd Double of the vector  |
| [Double3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/double3.md)   | Get the 3rd Double of the vector  |
| [Float0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float0.md)     | Get the 0th Float of the vector   |
| [Float1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float1.md)     | Get the 1st Float of the vector   |
| [Float2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float2.md)     | Get the 2nd Float of the vector   |
| [Float3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float3.md)     | Get the 3rd Float of the vector   |
| [Float4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float4.md)     | Get the 4th Float of the vector   |
| [Float5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float5.md)     | Get the 5th Float of the vector   |
| [Float6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float6.md)     | Get the 6th Float of the vector   |
| [Float7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/float7.md)     | Get the 7th Float of the vector   |
| [Half0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half0.md)       | Get the 0th f16 of the vector     |
| [Half1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half1.md)       | Get the 1st f16 of the vector     |
| [Half10](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half10.md)     | Get the 10th f16 of the vector    |
| [Half11](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half11.md)     | Get the 11th f16 of the vector    |
| [Half12](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half12.md)     | Get the 12th f16 of the vector    |
| [Half13](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half13.md)     | Get the 13th f16 of the vector    |
| [Half14](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half14.md)     | Get the 14th f16 of the vector    |
| [Half15](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half15.md)     | Get the 15th f16 of the vector    |
| [Half2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half2.md)       | Get the 2nd f16 of the vector     |
| [Half3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half3.md)       | Get the 3rd f16 of the vector     |
| [Half4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half4.md)       | Get the 4th f16 of the vector     |
| [Half5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half5.md)       | Get the 5th f16 of the vector     |
| [Half6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half6.md)       | Get the 6th f16 of the vector     |
| [Half7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half7.md)       | Get the 7th f16 of the vector     |
| [Half8](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half8.md)       | Get the 8th f16 of the vector     |
| [Half9](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/half9.md)       | Get the 9th f16 of the vector     |
| [Hi128](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/hi128.md)       | Get the high half of the vector   |
| [Lo128](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/lo128.md)       | Get the low half of the vector    |
| [SByte0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte0.md)     | Get the 0th SByte of the vector   |
| [SByte1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte1.md)     | Get the 1st SByte of the vector   |
| [SByte10](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte10.md)   | Get the 10th SByte of the vector  |
| [SByte11](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte11.md)   | Get the 11th SByte of the vector  |
| [SByte12](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte12.md)   | Get the 12th SByte of the vector  |
| [SByte13](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte13.md)   | Get the 13th SByte of the vector  |
| [SByte14](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte14.md)   | Get the 14th SByte of the vector  |
| [SByte15](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte15.md)   | Get the 15th SByte of the vector  |
| [SByte16](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte16.md)   | Get the 16th SByte of the vector  |
| [SByte17](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte17.md)   | Get the 17th SByte of the vector  |
| [SByte18](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte18.md)   | Get the 18th SByte of the vector  |
| [SByte19](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte19.md)   | Get the 19th SByte of the vector  |
| [SByte2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte2.md)     | Get the 2nd SByte of the vector   |
| [SByte20](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte20.md)   | Get the 20th SByte of the vector  |
| [SByte21](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte21.md)   | Get the 21st SByte of the vector  |
| [SByte22](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte22.md)   | Get the 22nd SByte of the vector  |
| [SByte23](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte23.md)   | Get the 23rd SByte of the vector  |
| [SByte24](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte24.md)   | Get the 24th SByte of the vector  |
| [SByte25](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte25.md)   | Get the 25th SByte of the vector  |
| [SByte26](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte26.md)   | Get the 26th SByte of the vector  |
| [SByte27](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte27.md)   | Get the 27th SByte of the vector  |
| [SByte28](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte28.md)   | Get the 28th SByte of the vector  |
| [SByte29](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte29.md)   | Get the 29th SByte of the vector  |
| [SByte3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte3.md)     | Get the 3rd SByte of the vector   |
| [SByte30](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte30.md)   | Get the 30th SByte of the vector  |
| [SByte31](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte31.md)   | Get the 31st SByte of the vector  |
| [SByte4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte4.md)     | Get the 4th SByte of the vector   |
| [SByte5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte5.md)     | Get the 5th SByte of the vector   |
| [SByte6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte6.md)     | Get the 6th SByte of the vector   |
| [SByte7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte7.md)     | Get the 7th SByte of the vector   |
| [SByte8](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte8.md)     | Get the 8th SByte of the vector   |
| [SByte9](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sbyte9.md)     | Get the 9th SByte of the vector   |
| [SInt0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint0.md)       | Get the 0th SInt of the vector    |
| [SInt1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint1.md)       | Get the 1st SInt of the vector    |
| [SInt2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint2.md)       | Get the 2nd SInt of the vector    |
| [SInt3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint3.md)       | Get the 3rd SInt of the vector    |
| [SInt4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint4.md)       | Get the 4th SInt of the vector    |
| [SInt5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint5.md)       | Get the 5th SInt of the vector    |
| [SInt6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint6.md)       | Get the 6th SInt of the vector    |
| [SInt7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sint7.md)       | Get the 7th SInt of the vector    |
| [SLong0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/slong0.md)     | Get the 0th SLong of the vector   |
| [SLong1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/slong1.md)     | Get the 1st SLong of the vector   |
| [SLong2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/slong2.md)     | Get the 2nd SLong of the vector   |
| [SLong3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/slong3.md)     | Get the 3rd SLong of the vector   |
| [SShort0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort0.md)   | Get the 0th SShort of the vector  |
| [SShort1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort1.md)   | Get the 1st SShort of the vector  |
| [SShort10](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort10.md) | Get the 10th SShort of the vector |
| [SShort11](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort11.md) | Get the 11th SShort of the vector |
| [SShort12](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort12.md) | Get the 12th SShort of the vector |
| [SShort13](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort13.md) | Get the 13th SShort of the vector |
| [SShort14](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort14.md) | Get the 14th SShort of the vector |
| [SShort15](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort15.md) | Get the 15th SShort of the vector |
| [SShort2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort2.md)   | Get the 2nd SShort of the vector  |
| [SShort3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort3.md)   | Get the 3rd SShort of the vector  |
| [SShort4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort4.md)   | Get the 4th SShort of the vector  |
| [SShort5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort5.md)   | Get the 5th SShort of the vector  |
| [SShort6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort6.md)   | Get the 6th SShort of the vector  |
| [SShort7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort7.md)   | Get the 7th SShort of the vector  |
| [SShort8](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort8.md)   | Get the 8th SShort of the vector  |
| [SShort9](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/sshort9.md)   | Get the 9th SShort of the vector  |
| [UInt0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint0.md)       | Get the 0th UInt of the vector    |
| [UInt1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint1.md)       | Get the 1st UInt of the vector    |
| [UInt2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint2.md)       | Get the 2nd UInt of the vector    |
| [UInt3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint3.md)       | Get the 3rd UInt of the vector    |
| [UInt4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint4.md)       | Get the 4th UInt of the vector    |
| [UInt5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint5.md)       | Get the 5th UInt of the vector    |
| [UInt6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint6.md)       | Get the 6th UInt of the vector    |
| [UInt7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/uint7.md)       | Get the 7th UInt of the vector    |
| [ULong0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ulong0.md)     | Get the 0th ULong of the vector   |
| [ULong1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ulong1.md)     | Get the 1st ULong of the vector   |
| [ULong2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ulong2.md)     | Get the 2nd ULong of the vector   |
| [ULong3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ulong3.md)     | Get the 3rd ULong of the vector   |
| [UShort0](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort0.md)   | Get the 0th UShort of the vector  |
| [UShort1](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort1.md)   | Get the 1st UShort of the vector  |
| [UShort10](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort10.md) | Get the 10th UShort of the vector |
| [UShort11](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort11.md) | Get the 11th UShort of the vector |
| [UShort12](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort12.md) | Get the 12th UShort of the vector |
| [UShort13](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort13.md) | Get the 13th UShort of the vector |
| [UShort14](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort14.md) | Get the 14th UShort of the vector |
| [UShort15](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort15.md) | Get the 15th UShort of the vector |
| [UShort2](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort2.md)   | Get the 2nd UShort of the vector  |
| [UShort3](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort3.md)   | Get the 3rd UShort of the vector  |
| [UShort4](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort4.md)   | Get the 4th UShort of the vector  |
| [UShort5](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort5.md)   | Get the 5th UShort of the vector  |
| [UShort6](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort6.md)   | Get the 6th UShort of the vector  |
| [UShort7](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort7.md)   | Get the 7th UShort of the vector  |
| [UShort8](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort8.md)   | Get the 8th UShort of the vector  |
| [UShort9](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ushort9.md)   | Get the 9th UShort of the vector  |

## Constructors

| Constructor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Description                           |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| [v256(System.Byte)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(byte\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Splat a single byte across the v256   |
| [v256(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte-byte\))                                                                 | Initialize the v256 with 32 bytes     |
| [v256(System.Double)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(double\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Splat a single double across the v256 |
| [v256(System.Double,System.Double,System.Double,System.Double)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(double-double-double-double\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Initialize the v256 with 4 doubles    |
| [v256(System.Int16)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(short\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Splat a single short across the v256  |
| [v256(System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(short-short-short-short-short-short-short-short-short-short-short-short-short-short-short-short\))                                                                                                                                                                                                                                                                                                                 | Initialize the v256 with 16 shorts    |
| [v256(System.Int32)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(int\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Splat a single int across the v256    |
| [v256(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(int-int-int-int-int-int-int-int\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Initialize the v256 with 8 ints       |
| [v256(System.Int64)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(long\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Splat a single long across the v256   |
| [v256(System.Int64,System.Int64,System.Int64,System.Int64)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(long-long-long-long\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Initialize the v256 with 4 longs      |
| [v256(System.SByte)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(sbyte\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Splat a single sbyte across the v256  |
| [v256(System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte,System.SByte)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte-sbyte\)) | Initialize the v256 with 32 sbytes    |
| [v256(System.Single)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(float\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Splat a single float across the v256  |
| [v256(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(float-float-float-float-float-float-float-float\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Initialize the v256 with 8 floats     |
| [v256(System.UInt16)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(ushort\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Splat a single ushort across the v256 |
| [v256(System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort-ushort\))                                                                                                                                                                                                                                                                                 | Initialize the v256 with 16 ushorts   |
| [v256(System.UInt32)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(uint\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Splat a single uint across the v256   |
| [v256(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(uint-uint-uint-uint-uint-uint-uint-uint\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Initialize the v256 with 8 uints      |
| [v256(System.UInt64)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(ulong\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Splat a single ulong across the v256  |
| [v256(System.UInt64,System.UInt64,System.UInt64,System.UInt64)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(ulong-ulong-ulong-ulong\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Initialize the v256 with 4 ulongs     |
| [v256(Unity.Burst.Intrinsics.f16)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(f16\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Splat a single f16 across the v256    |
| [v256(Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16,Unity.Burst.Intrinsics.f16)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(f16-f16-f16-f16-f16-f16-f16-f16-f16-f16-f16-f16-f16-f16-f16-f16\))                                                                                                                 | Initialize the v256 with 16 f16's     |
| [v256(Unity.Burst.Intrinsics.v128,Unity.Burst.Intrinsics.v128)](/engine/6000.7/script-reference/unity/burst/intrinsics/v256/ctor.md#v256\(v128-v128\))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Initialize the v256 with 2 v128's     |
