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

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

返品

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

適用対象