次の方法で共有


Matrix.Determinant

Determinant プロパティ

行列の行列式を返す。

定義

Visual Basic Public ReadOnly Property Determinant As Single
C# public float Determinant { get; }
Managed C++ public: __property float get_Determinant();
JScript public function get Determinant() : float

プロパティ値

System.Single.

これは読み取り専用プロパティである。 

対象

Matrix

© 2002 Microsoft Corporation. All rights reserved. Terms of use.