Matrix3D.Determinant Property

Definition

Retrieves the determinant of this Matrix3D structure.

public:
 property double Determinant { double get(); };
public double Determinant { get; }
member this.Determinant : double
Public ReadOnly Property Determinant As Double

Property Value

The determinant of this Matrix3D structure.

Applies to