Matrix3DHelper.GetHasInverse(Matrix3D) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された Matrix3D が反転可能かどうかを返します。 C# と Microsoft Visual Basic のコードでは、代わりに HasInverse を 使用する必要があります。
public:
static bool GetHasInverse(Matrix3D target);
static bool GetHasInverse(Matrix3D const& target);
public static bool GetHasInverse(Matrix3D target);
function getHasInverse(target)
Public Shared Function GetHasInverse (target As Matrix3D) As Boolean
パラメーター
戻り値
Boolean
bool
Matrix3D に逆関数がある場合は true。それ以外の場合は false。