Vector2.NoneWhereAllBitsSet(Vector2) 方法

定义

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

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

参数

vector
Vector2

要检查其元素的向量。

返回

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

适用于