Gets the determinant of the [4x4]-matrix.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double Determinant { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Determinant As Double |
| Visual C++ |
|---|
public: property double Determinant { double get (); } |