Vector4.NoneWhereAllBitsSet(Vector4) 方法

定义

确定矢量的元素是否设置了所有位。

public:
 static bool NoneWhereAllBitsSet(System::Numerics::Vector4 vector);
public static bool NoneWhereAllBitsSet(System.Numerics.Vector4 vector);
static member NoneWhereAllBitsSet : System.Numerics.Vector4 -> bool
Public Shared Function NoneWhereAllBitsSet (vector As Vector4) As Boolean

参数

vector
Vector4

要检查其元素的向量。

返回

如果没有设置其所有位的 元素,则为

适用于