Vector2.NoneWhereAllBitsSet(Vector2) メソッド

定義

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

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

パラメーター

vector
Vector2

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

返品

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

適用対象