Method cvtss_f32
cvtss_f32(v128)
Copy the lower single-precision (32-bit) floating-point element of "a" to "dst".
Declaration
public static float cvtss_f32(v128 a)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
Returns
| Type | Description | 
|---|---|
| Single | 32-bit floating point element  |