Method comieq_sd
comieq_sd(v128, v128)
Compare the lower double-precision (64-bit) floating-point element in "a" and "b" for equality, and return the boolean result (0 or 1).
Declaration
public static int comieq_sd(v128 a, v128 b)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
| v128 | b | Vector b  | 
Returns
| Type | Description | 
|---|---|
| Int32 | Boolean result  |