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

要素がチェックされているベクター。

返品

true vectorの要素にすべてのビットが設定されている場合は。それ以外の場合はfalse

適用対象