根据this的位掩码将trueValue和falseValue合并:当this中的位打开时,从trueValue中选取位。当this中的位关闭时,从falseValue中选取位。
this
trueValue
falseValue
Float32x4 select(Float32x4 trueValue, Float32x4 falseValue);