Method cvtsi32_si128
cvtsi32_si128(Int32)
Copy 32-bit integer "a" to the lower elements of "dst", and zero the upper elements of "dst".
Declaration
public static v128 cvtsi32_si128(int a)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | a | 32-bit integer |
Returns
| Type | Description |
|---|---|
| v128 | Vector |