Vector4.AnyWhereAllBitsSet(Vector4) 方法

定义

确定向量的任何元素是否都设置了其所有位。

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

参数

vector
Vector4

要检查其元素的向量。

返回

如果任何元素 都设置了其所有位,则为

适用于