Vector3.AnyWhereAllBitsSet(Vector3) メソッド

定義

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

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

パラメーター

vector
Vector3

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

返品

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

適用対象