Method cvttsd_si64
cvttsd_si64(v128)
Convert the lower double-precision (64-bit) floating-point element in "a" to a 64-bit integer with truncation, and store the result in "dst".
Declaration
public static long cvttsd_si64(v128 a)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Returns
Type | Description |
---|---|
long | 64-bit integer |