Vector3.NoneWhereAllBitsSet(Vector3) 方法

定义

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

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

参数

vector
Vector3

要检查其元素的向量。

返回

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

适用于