Vector2.AnyWhereAllBitsSet(Vector2) メソッド

定義

ベクターの要素に、すべてのビットが設定されているかどうかを判断します。

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

パラメーター

vector
Vector2

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

返品

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

適用対象