Method cvtss_si32
cvtss_si32(v128)
Convert the lower single-precision (32-bit) floating-point element in "a" to a 32-bit integer, and store the result in "dst".
Declaration
public static int cvtss_si32(v128 a)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
Returns
| Type | Description |
|---|---|
| Int32 | Integer |